Problem | treecutting |
---|---|
User | chisim |
Submission Time | 2023-02-15 00:10:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
treecutting.cpp: In function ‘int main()’:
treecutting.cpp:82:21: error: invalid types ‘int[int]’ for array subscript
82 | int dist = dist[j] - dist[i];
| ^
treecutting.cpp:82:31: error: invalid types ‘int[int]’ for array subscript
82 | int dist = dist[j] - dist[i];
| ^