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