Run ID:111807

提交时间:2025-03-06 13:50:37

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