Run ID:113424
提交时间:2025-03-15 18:24:27
#include<bits/stdc++.h> using namespace std; int main(){ inta,b; cin>>a>>b; cout<<a+b; return 0; }