Problem | addition |
---|---|
User | Ant1234567890 |
Submission Time | 2025-06-08 17:37:46 |
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: ‘a’ was not declared in this scope
5 | a+b==c
| ^
addition.cpp:5:4: error: ‘b’ was not declared in this scope
5 | a+b==c
| ^
addition.cpp:5:7: error: ‘c’ was not declared in this scope
5 | a+b==c
| ^