Problem | addition |
---|---|
User | privatepolychoron |
Submission Time | 2024-01-24 19:35:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:7: error: expected ‘;’ before ‘int’
7 | b = 9
| ^
| ;
8 | int c;
| ~~~
addition.cpp:9:2: error: ‘c’ was not declared in this scope
9 | c = a + b;
| ^