提交时间:2024-12-13 09:27:28
运行 ID: 20
#include <iostream> using namespace std; int main() { int a,b; cin >> a >> b; cout << a+b; }