Run ID:143975
提交时间:2026-01-18 09:38:19
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>b>>a; cout<<a+b<<endl; return 0; }