Problem labels
User wahjsodhowasd
Submission Time 2026-03-06 13:12:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

labels.cpp: In function ‘int main()’:
labels.cpp:20:1: error: ‘else’ without a previous ‘if’
20 | else{
| ^~~~
labels.cpp:27:1: error: expected primary-expression before ‘]’ token
27 | ]
| ^
labels.cpp:27:1: error: expected ‘}’ at end of input
labels.cpp:5:7: note: to match this ‘{’
5 | main(){
| ^