Problem | fitnesscorner |
---|---|
User | itsLQ |
Submission Time | 2023-12-23 14:19:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fitnesscorner.cpp: In function ‘int centroid(int, int, int)’:
fitnesscorner.cpp:23:45: error: invalid types ‘int[int]’ for array subscript
23 | if (adj != pa && !done[adj] && s[adj] * 2 > s) {
| ^