Run ID:150928
提交时间:2026-04-02 13:58:57
#include<iostream> using namespace std; int main(){ int a; int b; cin>>a>>b; cout<<a+b; return 0; }