Run ID:117476
提交时间:2025-04-19 11:09:09
#include<bits/stdc++.h> using namespace std; int main(){ int x,b; cin>>x>>b; cout<<x+b; return 0; }