Run ID:131770

提交时间:2025-10-01 14:17:56

#include<bits/stdc++.h> using namespace std; int main(){ int a, b ,c; cin>>a>>b; cout<<a/b; return 0; }