Problem hotspot
User justin271828
Submission Time 2025-04-23 10:21:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hotspot.cpp: In function ‘int main()’:
hotspot.cpp:82:65: error: ‘no’ was not declared in this scope
82 | for (int i = 0; i < N; i++) if (prob[i] > prob[ans]+0.00001/no[i]) ans = i;
| ^~