Problem | addition |
---|---|
User | RaphaelTanKaiJie1000 |
Submission Time | 2025-06-16 14:13:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:11:13: error: expected ‘;’ at end of input
11 | cout << sum
| ~~~^
| ;
addition.cpp:11:10: error: expected ‘}’ at end of input
11 | cout << sum
| ^~~
addition.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^