Run ID:142942
提交时间:2026-01-11 17:18:12
#include <iostream> int main() { int a, b; cin >> a >> b; int sum = a + b; cout << sum << endl; return 0; }