Run ID:135110
提交时间:2025-11-02 15:52:36
#include<iostream> using namespace std; int main() { int a; a=1000-220*4; cout<<a<<endl; return 0; }