Run ID:90686
提交时间:2024-09-16 12:30:20
# include<bits/stdc++.h> using namespace std; int main(){ int a=220,b=1000; cout<<b/a-4*a; return 0; }