| Problem | duckhunt6 |
|---|---|
| User | Ene |
| Submission Time | 2026-08-30 18:46:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt6.cpp:6:15: error: size of array ‘g’ exceeds maximum object size ‘9223372036854775807’
6 | vector<int> g[maxn];
| ^~~~
duckhunt6.cpp:7:7: error: size of array ‘s’ exceeds maximum object size ‘9223372036854775807’
7 | int s[maxn];
| ^~~~
duckhunt6.cpp:8:11: error: size of array ‘centr’ exceeds maximum object size ‘9223372036854775807’
8 | int centr[maxn];
| ^~~~