Borderou de evaluare (job #948185)
Raport evaluator
Compilare:
user.cpp: In function ‘void dijkstra()’:
user.cpp:7:22: warning: integer overflow in expression [-Woverflow]
#define inf ((1<<31)-1)
^
user.cpp:24:14: note: in expansion of macro ‘inf’
d[i]=inf;
^
user.cpp:28:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0 ; i < G[node].size() ; ++ i)
^
user.cpp: In function ‘int main()’:
user.cpp:45:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for( unsigned int i = 1 ; i <= n ; ++ i)
^
user.cpp:47:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for( unsigned int i = 1 , a, b, c ; i <= m ; ++ i)
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
1 | 4ms | 1000kb | Incorect | 0 | 0 |
2 | 12ms | 1128kb | Incorect | 0 | 0 |
3 | 12ms | 1140kb | Incorect | 0 | 0 |
4 | 32ms | 1452kb | Incorect | 0 | 0 |
5 | 48ms | 1692kb | Incorect | 0 | 0 |
6 | 132ms | 2944kb | Incorect | 0 | 0 |
7 | Depăşit | 3280kb | Time limit exceeded. | 0 | 0 |
8 | 60ms | 1940kb | Incorect | 0 |
9 | Depăşit | 3320kb | Time limit exceeded. | 0 |
10 | 140ms | 3068kb | Incorect | 0 |
Punctaj total | 0 |