| Problem | closingshop |
|---|---|
| User | Shadow1 |
| Submission Time | 2025-01-10 20:57:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
closingshop.cpp:142:11: error: redefinition of ‘const ll INF’
142 | const int INF = 2e16;
| ^~~
closingshop.cpp:38:11: note: ‘const ll INF’ previously defined here
38 | const int INF = 2e16;
| ^~~
closingshop.cpp:143:11: error: redefinition of ‘const ll maxn’
143 | const int maxn = 5005;
| ^~~~
closingshop.cpp:39:11: note: ‘const ll maxn’ previously defined here
39 | const int maxn = 5005;
| ^~~~
closingshop.cpp:144:13: error: redefinition of ‘std::vector<std::pair<long long int, long long int> > adj [5005]’
144 | vector<pii> adj[maxn];
| ^~~
closingshop.cpp:40:13: note: ‘std::vector<std::pair<long long int, long long int> > adj [5005]’ previously declared here
40 | vector<pii> adj[maxn];
| ^~~
closingshop.cpp:145:14: error: redefinition of ‘std::vector<bool> vis’
145 | vec