Run ID:157536

提交时间:2026-07-29 11:26:20

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