Borderou de evaluare (job #2057251)
Utilizator | Data | 4 noiembrie 2017 15:02:01 | |
---|---|---|---|
Problema | Inv Tree | Status | done |
Runda | Algoritmiada 2017 Runda Finala Seniori | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘void DFS1(long long int)’:
user.cpp:20:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<Graph[node].size();i++)
^
user.cpp: In function ‘void DFS2(long long int)’:
user.cpp:32:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<Graph[node].size();i++)
^
user.cpp: In function ‘void DFS(long long int)’:
user.cpp:45:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<Graph[node].size();i++)
^
user.cpp: In function ‘int main()’:
user.cpp:72:9: error: ‘Ans’ was not declared in this scope
Ans=0;
^
user.cpp:57:32: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(IN,"%lld%lld",&N,&H);
^
user.cpp:61:43: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(IN,"%lld%lld%lld",&X,&Y,&Z);
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !