Run ID:104405

提交时间:2025-01-04 20:34:25

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