Problem graphcraft
User Alloy
Submission Time 2023-10-07 20:09:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

graphcraft.cpp:5:8: error: ‘ll’ was not declared in this scope
5 | vector<ll> topo;
| ^~
graphcraft.cpp:5:10: error: template argument 1 is invalid
5 | vector<ll> topo;
| ^
graphcraft.cpp:5:10: error: template argument 2 is invalid
graphcraft.cpp:6:13: error: ‘ll’ was not declared in this scope
6 | vector<pair<ll, ll>> adjList[1001];
| ^~
graphcraft.cpp:6:17: error: ‘ll’ was not declared in this scope
6 | vector<pair<ll, ll>> adjList[1001];
| ^~
graphcraft.cpp:6:17: error: template argument 1 is invalid
graphcraft.cpp:6:17: error: template argument 2 is invalid
graphcraft.cpp:6:19: error: template argument 1 is invalid
6 | vector<pair<ll, ll>> adjList[1001];
| ^~
graphcraft.cpp:6:19: error: template argument 2 is invalid
graphcraft.cpp:7:1: error: ‘ll’ does not name a type