Borderou de evaluare (job #1009207)
Utilizator | Data | 12 octombrie 2013 17:06:11 | |
---|---|---|---|
Problema | Reteta | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘void Print(int)’:
user.cpp:15:11: error: ‘Nmax’ was not declared in this scope
int v[Nmax];
^
user.cpp:16:26: error: ‘v’ was not declared in this scope
for(int i=0;i<=N;++i)v[i]=0;
^
user.cpp:20:48: error: ‘v’ was not declared in this scope
for(int p=1;p<=N;++p)if(R[r1][p])++v[0],++v[p];
^
user.cpp:22:8: error: ‘v’ was not declared in this scope
if(v[0]!=N)return;
^
user.cpp:23:29: error: ‘v’ was not declared in this scope
for(int i=1;i<=N;++i)if(v[i]!=1)return;
^
user.cpp: In function ‘void Back(int)’:
user.cpp:34:21: error: ‘back’ was not declared in this scope
back(k+1);
^
user.cpp: In function ‘int main()’:
user.cpp:52:11: error: ‘back’ was not declared in this scope
back(1);
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !