Run ID:141708

提交时间:2025-12-28 14:39:51

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