Run ID:154738
提交时间:2026-05-30 18:04:06
#include <iostream> usingnamespacestd;intmain(){ int a, b; cin >> a >> b;cout << a + b << endl; return 0;