Run ID:154573
提交时间:2026-05-30 17:16:24
#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; cout<<1000-a-a<<endl; return 0; }