提交时间:2024-12-10 17:08:13

运行 ID: 1

#include <iostream> using namespace std; int maint() { int a,b; cin >> a>> b; cout >> a+b; }