Run ID:142937

提交时间:2026-01-11 17:15:19

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