Borderou de evaluare (job #1134160)
Utilizator | Data | 6 martie 2014 09:26:27 | |
---|---|---|---|
Problema | Ciclu Eulerian | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘int BFS(int)’:
user.cpp:26:33: error: ‘typeof’ was not declared in this scope
for (typeof(G[x].begin()) it = G[x].begin(); it != G[x].end(); ++it) {
^
user.cpp:26:35: error: expected ‘;’ before ‘it’
for (typeof(G[x].begin()) it = G[x].begin(); it != G[x].end(); ++it) {
^
user.cpp:26:54: error: ‘it’ was not declared in this scope
for (typeof(G[x].begin()) it = G[x].begin(); it != G[x].end(); ++it) {
^
user.cpp: In function ‘void sterge(int, int)’:
user.cpp:44:30: error: ‘typeof’ was not declared in this scope
for (typeof (G[w].begin()) it = G[w].begin(); it != G[w].end(); ++it)
^
user.cpp:44:32: error: expected ‘;’ before ‘it’
for (typeof (G[w].begin()) it = G[w].begin(); it != G[w].end(); ++it)
^
user.cpp:44:51: error: ‘it’ was not declared in this scope
for (typeof (G[w].begin()) it = G[w].begin(); it != G[w].end(); ++it)
^
user.cpp: In function ‘int main()’:
user.cpp:89:31: error: ‘typeof’ was not declared in this scope
for (typeof (L.begin()) it = L.begin(); it != L.end(); ++it)
^
user.cpp:89:33: error: expected ‘;’ before ‘it’
for (typeof (L.begin()) it = L.begin(); it != L.end(); ++it)
^
user.cpp:89:49: error: ‘it’ was not declared in this scope
for (typeof (L.begin()) it = L.begin(); it != L.end(); ++it)
^
user.cpp:65:18: warning: unused variable ‘ok’ [-Wunused-variable]
int i, x, y, ok, v;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !