Pagini recente » Borderou de evaluare (job #93114) | Borderou de evaluare (job #2905684) | Borderou de evaluare (job #1037474) | Borderou de evaluare (job #1653324) | Borderou de evaluare (job #2110908)
Borderou de evaluare (job #2110908)
Raport evaluator
Compilare:
user.cpp: In function ‘void DFS(int, int)’:
user.cpp:33: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 Solve(int)’:
user.cpp:61:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<Comp[c].size();i++)
^
user.cpp:63:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int k=0;k<Graph[Comp[c][i]].size();k++)
^
user.cpp:64:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j=0;j<Comp[c].size();j++)
^
user.cpp:71:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<Comp[c].size();i++)
^
user.cpp: In function ‘int main()’:
user.cpp:98:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<Comp.size();i++)
^
user.cpp:113:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<Comp.size();i++)
^
user.cpp:92:23: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(IN,"%d",&T);
^
user.cpp:103:33: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(IN,"%d %d",&N,&M);
^
user.cpp:106:37: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(IN,"%d %d",&X,&Y);
^
 | Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
✓ | 1 | 0ms | 1028kb | OK | 20 |
✓ | 2 | 84ms | 4044kb | OK | 20 |
✓ | 3 | 56ms | 3012kb | OK | 20 |
✓ | 4 | Depăşit | 2680kb | Time limit exceeded. | 0 |
✓ | 5 | 68ms | 3180kb | OK | 20 |
Punctaj total | 80 |