提交时间:2023-10-04 09:08:07
运行 ID: 104758
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b<<endl; }