Problem | addition |
---|---|
User | Smashing |
Submission Time | 2025-01-20 16:47:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:3:9: error: ‘b’ was not declared in this scope
3 | int a; b;
| ^
addition.cpp:7:10: error: expected ‘}’ at end of input
7 | return 0;
| ^
addition.cpp:2:12: note: to match this ‘{’
2 | int main() {
| ^