Run ID:131510

提交时间:2025-09-27 14:12:58

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