Run ID:141531
提交时间:2025-12-26 20:05:13
#include<iostream> using namespace std; int main(){ int a,b; a=220; b=1000; cout<<b-a*4; return 0; }