Run ID:141758

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

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