Run ID:142978

提交时间:2026-01-11 17:33:05

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