Problem clocktower
User fueh
Submission Time 2026-03-11 17:39:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

clocktower.cpp: In function ‘int main()’:
clocktower.cpp:12:7: error: ‘P’ was not declared in this scope
12 | if (P[i-1] * d >= h * i) hits++;
| ^