Run ID:141532

提交时间:2025-12-26 20:06:50

#include<iostream> using namespace std; int main(){ int a; int b; a=1000; b=220; cout<<a-b*4; return 0; }