提交时间:2023-08-01 12:47:14

运行 ID: 23814

#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b; return 0; }