Problem combo
User user123
Submission Time 2023-11-26 13:22:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

combo.cpp: In function ‘std::string guess_sequence(int)’:
combo.cpp:29:25: error: ‘m’ was not declared in this scope
29 | for (int b=0; b<m-1; b++) z+=s+butt[idx[0]]+butt[idx[b]];
| ^