Problem badtone33
User chatdanai
Submission Time 2026-05-10 14:19:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

badtone33.cpp: In function ‘int main()’:
badtone33.cpp:20:10: error: ‘ll’ was not declared in this scope
20 | for (ll cnt = 2; cnt <= K; cnt++) {
| ^~
badtone33.cpp:20:22: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
20 | for (ll cnt = 2; cnt <= K; cnt++) {
| ^~~
| int