提交时间:2025-07-09 13:51:19
运行 ID: 330221
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b; return 0; }