提交时间:2024-11-01 15:24:40
运行 ID: 54948
#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<a+b<<endl; return 0; }