Borderou de evaluare (job #2111250)
Utilizator | Data | 21 ianuarie 2018 19:05:14 | |
---|---|---|---|
Problema | Sclifoseala | Status | done |
Runda | marcel1 | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘void DFS(int, int)’:
user.cpp:57:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<G[node].size();i++)
^
user.cpp: In function ‘int F(int)’:
user.cpp:78:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < Comp[ind].size(); i++){
^
user.cpp:88:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < Comp[ind].size() && ok; i++)
^
user.cpp: In function ‘int main()’:
user.cpp:143:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < Comp.size(); i++){
^
user.cpp:147:16: error: ‘num’ was not declared in this scope
if(num == 0)while(1){};
^
user.cpp: In function ‘char nextch()’:
user.cpp:10:36: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fread(buf, BUF_SIZE, 1, fi);
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !