提交时间:2022-10-30 21:07:14
运行 ID: 321
#include <iostream> using namespace std; int main(){ int a, b; cin>>a>>b; cout<<a+b<<endl; return 0; }