提交时间:2025-08-10 20:53:56

运行 ID: 339102

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