Run ID:154733
提交时间:2026-05-30 18:01:44
#include<iostream> using namespace std; int main(){ long long a,b; cin>>a>>b; cout<<a+b<<endl; return 0; }