Run ID:117489

提交时间:2025-04-19 11:13:32

#include<bits/stdc++.h> using namespace std; int main(){ longlong a,b; cin>>a>>b; cout<<a+b; return 0; }