提交时间:2023-01-11 15:03:38

运行 ID: 3984

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