Problem | addition |
---|---|
User | yhmixeI |
Submission Time | 2024-06-18 10:00:45 |
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 = 0;
| ^
addition.cpp:7:2: error: ‘b’ was not declared in this scope
7 | b = 0;
| ^