Run ID:90688

提交时间:2024-09-16 12:31:21

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