Problem addition
User Smashing
Submission Time 2025-01-20 16:47:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:3:9: error: ‘b’ was not declared in this scope
3 | int a; b;
| ^
addition.cpp:8:10: error: expected ‘}’ at end of input
8 | return 0;
| ^
addition.cpp:2:12: note: to match this ‘{’
2 | int main() {
| ^