Problem fibble
User PlayVoltz
Submission Time 2024-09-17 23:05:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibble.cpp: In function ‘void solve(int)’:
fibble.cpp:8:28: error: expected ‘;’ before ‘}’ token
8 | exit(guess("words")[tc-1])
| ^
| ;
9 | }
| ~