Run ID:128198
提交时间:2025-08-09 19:23:19
#include<iostream> using namespace std; int main() { int a; int b; cin>>a>>b; cout<<a+b; return 0; }