提交时间:2023-12-05 21:03:13

运行 ID: 33052

#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b; return 0; }