Borderou de evaluare (job #2168116)
Utilizator | Data | 14 martie 2018 09:38:17 | |
---|---|---|---|
Problema | Flux maxim | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘void dfs(int)’:
user.cpp:13:9: error: ‘mini’ was not declared in this scope
mini=10000000;
^
user.cpp:14:20: error: ‘n’ was not declared in this scope
for(int i=1;i<=n;i++)
^
user.cpp:18:13: error: ‘mini’ was not declared in this scope
mini=min(mini,c[nod][i]);
^
user.cpp:18:27: error: ‘c’ was not declared in this scope
mini=min(mini,c[nod][i]);
^
user.cpp: In function ‘int main()’:
user.cpp:26:5: error: ‘fin’ was not declared in this scope
fin>>n>>m;
^
user.cpp:26:10: error: ‘n’ was not declared in this scope
fin>>n>>m;
^
user.cpp:26:13: error: ‘m’ was not declared in this scope
fin>>n>>m;
^
user.cpp:29:14: error: ‘x’ was not declared in this scope
fin>>x>>y>>cost;
^
user.cpp:29:17: error: ‘y’ was not declared in this scope
fin>>x>>y>>cost;
^
user.cpp:31:9: error: ‘c’ was not declared in this scope
c[x][y]=cost;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !