Borderou de evaluare (job #1325861)
Utilizator | Data | 24 ianuarie 2015 14:06:58 | |
---|---|---|---|
Problema | Johnie | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:23:1: error: ‘list’ does not name a type
list<var> G[MAXN];
^
user.cpp: In function ‘void dfs(var)’:
user.cpp:31:36: error: ‘G’ was not declared in this scope
for(deque<Edge>::iterator it = G[node].begin(); it != G[node].end(); ++it) {
^
user.cpp:35:13: error: ‘T’ was not declared in this scope
T[e.i] = 1;
^
user.cpp: In function ‘int main()’:
user.cpp:48:9: error: ‘G’ was not declared in this scope
G[a].push_back(Edge(b, i));
^
user.cpp:64:12: error: ‘G’ was not declared in this scope
if(G[node].empty()) {
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !