Run ID:113606

提交时间:2025-03-16 11:09:43

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