Run ID:104604

提交时间:2025-01-05 15:21:04

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