Problem | hotspot |
---|---|
User | CKCodeBreaker55 |
Submission Time | 2025-03-20 11:52:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hotspot.cpp:11:26: error: two or more data types in declaration of ‘total’
11 | long double ll total[maxn];
| ^
hotspot.cpp: In function ‘int main()’:
hotspot.cpp:73:9: error: ‘total’ was not declared in this scope
73 | total[w] += (long double)num[a][w] * num[w][b] / num[a][b];
| ^~~~~
hotspot.cpp:79:9: error: ‘total’ was not declared in this scope
79 | if (total[i] > max_num)
| ^~~~~