Run ID:141826
提交时间:2025-12-28 15:20:40
#include<iostream> using namespace std; int main(){ int ab,cd; cin>>ab>>cd; cout<<cd/ab<<endl; return 0; }