Problem reading
User Rafael
Submission Time 2024-08-22 22:37:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reading.cpp: In function ‘int main()’:
reading.cpp:8:6: error: ‘w’ was not declared in this scope
8 | if (w >= k) continue;
| ^
reading.cpp:8:14: error: continue statement not within a loop
8 | if (w >= k) continue;
| ^~~~~~~~
reading.cpp:9:9: error: ‘p’ was not declared in this scope
9 | if (p < k / w) {
| ^
reading.cpp:9:17: error: ‘w’ was not declared in this scope
9 | if (p < k / w) {
| ^