Problem | addition |
---|---|
User | claireau |
Submission Time | 2024-05-30 17:42:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:2: error: declaration does not declare anything [-fpermissive]
5 | int;a=4
| ^~~
addition.cpp:5:6: error: ‘a’ was not declared in this scope
5 | int;a=4
| ^
addition.cpp:6:6: error: ‘b’ was not declared in this scope
6 | int;b=5
| ^