Problem addition
User CO2
Submission Time 2024-01-29 16:01:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:4:2: error: expected initializer before ‘int’
4 | int a = 4; int a <= 10^9
| ^~~
addition.cpp:4:19: error: expected initializer before ‘<=’ token
4 | int a = 4; int a <= 10^9
| ^~
addition.cpp:5:19: error: expected initializer before ‘<=’ token
5 | int b = 5; int b <= 10^9
| ^~
addition.cpp:8:1: error: expected declaration before ‘}’ token
8 | }
| ^