提交时间:2023-02-03 19:28:49

运行 ID: 7388

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