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