Run ID:90685

提交时间:2024-09-16 12:29:17

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