Pagini recente » Borderou de evaluare (job #315571) | Borderou de evaluare (job #955574) | Borderou de evaluare (job #107456) | Borderou de evaluare (job #2304474) | Borderou de evaluare (job #1557107)
Borderou de evaluare (job #1557107)
Raport evaluator
Compilare:
user.cpp: In function ‘int main()’:
user.cpp:93:40: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("easygraph.in", "r", stdin);
^
user.cpp:94:42: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("easygraph.out", "w", stdout);
^
user.cpp:98:20: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &T);
^
user.cpp:103:31: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d", &N, &M);
^
user.cpp:104:51: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
for(i = 1; i <= N; i++) scanf("%d", &v[i]);
^
user.cpp:108:35: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d", &x, &y);
^
user.cpp: In function ‘void BFS(int)’:
user.cpp:85:41: warning: ‘nod’ may be used uninitialized in this function [-Wmaybe-uninitialized]
best[nod] = best[x] + v[nod];
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | Depăşit | 908kb | Time limit exceeded. | 0 |
Punctaj total | 0 |