Problem | rarsum |
---|---|
User | haydendoo |
Submission Time | 2023-01-10 20:25:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rarsum.cpp: In function ‘void solve()’:
rarsum.cpp:248:23: error: ‘no’ was not declared in this scope; did you mean ‘n’?
248 | int no=l/k; if(l%k) ++no;
| ^~
| n
rarsum.cpp:249:9: error: ‘no’ was not declared in this scope; did you mean ‘n’?
249 | int len=no*k;
| ^~
| n