| Problem | labels |
|---|---|
| User | Kenniene |
| Submission Time | 2025-03-13 19:52:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
labels.cpp:22:11: error: conflicting declaration ‘long long int d [300005]’
22 | int a[N], d[N];
| ^
labels.cpp:20:14: note: previous declaration as ‘long long int d’
20 | int t, n, m, d, k;
| ^
labels.cpp: In function ‘int main()’:
labels.cpp:34:19: error: invalid types ‘long long int[long long int]’ for array subscript
34 | cin >> d[i];
| ^