Run ID:141761

提交时间:2025-12-28 14:54:56

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