Pagini recente » Cod sursa (job #2187752) | Statistici Valkyria Dark (valkyria) | Cod sursa (job #568802) | Cod sursa (job #3199746) | Borderou de evaluare (job #2719168)
Borderou de evaluare (job #2719168)
Raport evaluator
Compilare:
main.cpp: In function 'void dijkstra(int)':
main.cpp:40:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < a[p.x].size(); i++) {
~~^~~~~~~~~~~~~~~
main.cpp: In function 'void read()':
main.cpp:59:31: warning: narrowing conversion of 'x3' from 'int' to 'unsigned int' inside { } [-Wnarrowing]
a[x1].push_back({x3, x4, x2});
^
main.cpp:60:31: warning: narrowing conversion of 'x3' from 'int' to 'unsigned int' inside { } [-Wnarrowing]
a[x2].push_back({x3, x4, x1});
^
main.cpp: In function 'void solve()':
main.cpp:67:14: warning: integer overflow in expression [-Woverflow]
costmin = 2 * Inf;
~~^~~~~
main.cpp:72:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (d[n] < costmin) {
~~~~~^~~~~~~~~
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
| 1 | 17ms | 131kb | OK | 10 |
| 2 | 60ms | 131kb | OK | 10 |
| 3 | 95ms | 131kb | OK | 10 |
| 4 | 13ms | 131kb | OK | 10 |
| 5 | 24ms | 131kb | OK | 10 |
| 6 | 55ms | 131kb | OK | 10 |
| 7 | 84ms | 131kb | Incorect | 0 |
| 8 | 8ms | 131kb | OK | 10 |
| 9 | 2ms | 131kb | Incorect | 0 |
| 10 | 7ms | 131kb | OK | 10 |
| Punctaj total | 80 |