Run ID:126938
提交时间:2025-07-22 16:27:47
#include<iostream> using namespace std; int main(){ int a=1,b=1001; cin>>a,b; cout<<a+b; return 0; }