Problem addition
User Renee10
Submission Time 2025-07-29 16:01:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:2: error: expected ‘,’ or ‘;’ before ‘int’
5 | int b = 5
| ^~~
addition.cpp:7:10: error: expected ‘}’ at end of input
7 | cout << b
| ^
addition.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^