提交时间:2025-07-16 20:21:11
运行 ID: 333547
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b; return 0; }