Run ID:146743

提交时间:2026-01-30 10:34:33

#include<iostream> using namespace std; int main() { int ab,cd; cin>>ab>>cd; cout<<cd/ab<<endl; return 0; }