提交时间:2024-12-10 17:09:15
运行 ID: 3
#include <iostream> using namespace std; int maint() { int a,b; cin >> a>> b; cout << a+b; }