Run ID:134867
提交时间:2025-11-01 16:51:04
#include<iostream> using namespace std; int main() { int a,b; a=220; b=1000; cout<<b-a; return 0; }