Problem | addition |
---|---|
User | Shuqing314 |
Submission Time | 2025-02-14 21:36:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:4:2: error: expected initializer before ‘int’
4 | int a = 4;
| ^~~
addition.cpp:6:9: error: ‘a’ was not declared in this scope
6 | int c=(a+b);
| ^
addition.cpp:7:3: error: ‘cout’ does not name a type
7 | cout << c;
| ^~~~
addition.cpp:8:1: error: expected declaration before ‘}’ token
8 | }
| ^