Happy coding, and may your solutions always get (100p) on PBInfo!
In Pascal (if targeting .rp style):
int a, b; cin >> a >> b; cout << a + b << "\n"; return 0; } pbinfo.rp