Borderou de evaluare (job #1542932)
Utilizator | Data | 5 decembrie 2015 20:03:06 | |
---|---|---|---|
Problema | 2SAT | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:105:12: error: declaration of ‘class T’
template <class T>
^
user.cpp:7:11: error: shadows template parm ‘class T’
template <class T>
^
user.cpp: In function ‘void afisare()’:
user.cpp:174:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j < digraf[i].Size(); j++)
^
user.cpp: In function ‘void dfs(int)’:
user.cpp:191:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j < digraf[nod].Size(); j++)
^
user.cpp: In function ‘void dfs2(int, int)’:
user.cpp:201:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j < digraf[nod].Size(); j++)
^
user.cpp: In function ‘void kosaraju()’:
user.cpp:218:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < stiva.size(); i++)
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !