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

Compile Error

fibble.cpp: In function ‘void solve(int)’:
fibble.cpp:8:16: error: expected ‘;’ before ‘}’ token
8 | guess("spank")
| ^
| ;
9 | }
| ~