Problem weightedguess
User otarius
Submission Time 2024-07-23 17:30:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weightedguess.cpp: In function ‘int guess()’:
weightedguess.cpp:62:19: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
62 | return rec(0, n - 1);
| ^
| yn