Run ID:133873
提交时间:2025-10-22 19:51:48
#include<iostream> using namespace std; int main(){ int a,b; a=1000; b=220; cout<<a-b*4; return 0; }