Borderou de evaluare (job #1098568)
Utilizator | Data | 4 februarie 2014 21:41:03 | |
---|---|---|---|
Problema | Ciclu Eulerian | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:14:18: error: ‘mmax’ was not declared in this scope
vector < int > G[mmax],sol;
^
user.cpp: In function ‘void ReadInput()’:
user.cpp:24:11: error: ‘G’ was not declared in this scope
G[E[i].x].pb(i) , G[E[i].y].pb(i);
^
user.cpp: In function ‘void Euler(int)’:
user.cpp:30:35: error: ‘G’ was not declared in this scope
for(vector<int>::iterator it=G[node].begin();it!=G[node].end();++it)
^
user.cpp: In function ‘bool Eulerian()’:
user.cpp:42:14: error: ‘G’ was not declared in this scope
if(G[i].size() % 2==1)return 0;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !