Run ID:104903
提交时间:2025-01-11 18:52:53
#include<iostream> using namespace std; int main(){ long int a,b; cin>>a; cin>>b; cout<<a+b; return 0; }