Problem | addition |
---|---|
User | CO2 |
Submission Time | 2024-01-29 16:00:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:4:2: error: expected initializer before ‘int’
4 | int a = 4;a <= 10^9
| ^~~
addition.cpp:4:12: error: ‘a’ does not name a type
4 | int a = 4;a <= 10^9
| ^
addition.cpp:5:12: error: ‘b’ does not name a type
5 | int b = 5;b <= 10^9
| ^
addition.cpp:8:1: error: expected declaration before ‘}’ token
8 | }
| ^