提交时间:2024-11-08 21:22:02

运行 ID: 56061

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