Problem | hotspot |
---|---|
User | TrKNguyen |
Submission Time | 2025-03-20 11:52:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hotspot.cpp: In function ‘int main()’:
hotspot.cpp:16:3: error: expected unqualified-id before ‘long’
16 | long double max_num = -1;
| ^~~~
hotspot.cpp:80:20: error: ‘max_num’ was not declared in this scope; did you mean ‘maxn’?
80 | if (total[i] > max_num)
| ^~~~~~~
| maxn