Problem shiritori_ex
User shoryu386
Submission Time 2024-12-30 16:07:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shiritori_ex.cpp: In constructor ‘soln::soln()’:
shiritori_ex.cpp:23:23: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
23 | for (int x = 0; x < n+1; x++){
| ^
| yn
shiritori_ex.cpp: In member function ‘int soln::eval()’:
shiritori_ex.cpp:36:23: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
36 | for (int x = 2; x < n+1; x++){
| ^
| yn