Problem | addition |
---|---|
User | Xavier |
Submission Time | 2025-06-16 14:10:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:2:11: error: stray ‘#’ in program
2 | int a, b; #shows that these are the inputs
| ^
addition.cpp:2:12: error: ‘shows’ does not name a type
2 | int a, b; #shows that these are the inputs
| ^~~~~
addition.cpp:4:1: error: ‘cout’ does not name a type
4 | cout << a + b;
| ^~~~
addition.cpp:6:1: error: expected unqualified-id before ‘return’
6 | return 0;
| ^~~~~~
addition.cpp:7:1: error: expected declaration before ‘}’ token
7 | }
| ^