Problem labels
User columbina
Submission Time 2026-05-22 17:40:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

labels.cpp: In function ‘int main()’:
labels.cpp:10:8: error: expected ‘(’ before ‘x’
10 | if x == 1 {
| ^
| (
labels.cpp:13:5: error: ‘else’ without a previous ‘if’
13 | else {
| ^~~~