提交时间:2023-10-04 08:09:03
运行 ID: 104705
#include<iostream> using namespace std; int main() { int a; int b; cin>>a>>b; cout<<a+b; }