Problem addition
User Hbst2013
Submission Time 2026-04-10 16:11:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:2:20: error: expected β€˜;’ before β€˜int’
2 | using namespace std
| ^
| ;
3 | int main() {
| ~~~