Borderou de evaluare (job #1075336)
Utilizator | Data | 8 ianuarie 2014 21:14:20 | |
---|---|---|---|
Problema | Ubuntzei | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘void bellmanford(int, int)’:
user.cpp:32:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j=0; j<v[nod].size(); ++j)
^
user.cpp: In function ‘int main()’:
user.cpp:53:5: error: ‘ifstream’ was not declared in this scope
ifstream in("ubuntzei.in");
^
user.cpp:53:14: error: expected ‘;’ before ‘in’
ifstream in("ubuntzei.in");
^
user.cpp:54:5: error: ‘ofstream’ was not declared in this scope
ofstream out("ubuntzei.out");
^
user.cpp:54:14: error: expected ‘;’ before ‘out’
ofstream out("ubuntzei.out");
^
user.cpp:56:5: error: ‘in’ was not declared in this scope
in>>n>>m>>k;
^
user.cpp:95:5: error: ‘out’ was not declared in this scope
out<<d[(1<<k)-1][k-1]<<endl;;
^
user.cpp:95:28: error: ‘endl’ was not declared in this scope
out<<d[(1<<k)-1][k-1]<<endl;;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !