Run ID:143171

提交时间:2026-01-11 19:10:41

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