Run ID:157125
提交时间:2026-07-20 10:24:26
#include<iostream> using namespace std; int main() { int x=1000,y=220,z=4; cout<<x-y*z<<endl; return 0; }