Problem trollingbribritt
User joeioel
Submission Time 2026-04-15 16:33:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

trollingbribritt.cpp: In function ‘int main()’:
trollingbribritt.cpp:26:24: error: expected ‘;’ before ‘}’ token
26 | cout << -1
| ^
| ;
27 | }
| ~
trollingbribritt.cpp:29:30: error: expected ‘;’ before ‘}’ token
29 | cout << items[i]
| ^
| ;
30 | }
| ~