Borderou de evaluare (job #2466648)

Utilizator alextodoranTodoran Alexandru Raul alextodoran Data 2 octombrie 2019 19:26:58
Problema Climbers Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 60

Raport evaluator

Compilare: main.cpp: In function 'long long int Dijkstra()': main.cpp:52:24: warning: narrowing conversion of '(n - 1)' from 'int' to 'short int' inside { } [-Wnarrowing] pq.push(State{1, n - 1, 0}); ~~^~~ main.cpp:74:53: warning: narrowing conversion of '(((int)point) - 1)' from 'int' to 'short int' inside { } [-Wnarrowing] edges.push_back(Edge{segment, point - 1, 0}); ~~~~~~^~~ main.cpp:79:46: warning: narrowing conversion of '(((int)segment) + 1)' from 'int' to 'short int' inside { } [-Wnarrowing] edges.push_back(Edge{segment + 1, point, 0}); ~~~~~~~~^~~ main.cpp:81:46: warning: narrowing conversion of '(((int)segment) + 1)' from 'int' to 'short int' inside { } [-Wnarrowing] edges.push_back(Edge{segment + 1, point - 1, 0}); ~~~~~~~~^~~ main.cpp:81:57: warning: narrowing conversion of '(((int)point) - 1)' from 'int' to 'short int' inside { } [-Wnarrowing] edges.push_back(Edge{segment + 1, point - 1, 0}); ~~~~~~^~~ main.cpp:92:48: warning: narrowing conversion of '(((int)point) - 1)' from 'int' to 'short int' inside { } [-Wnarrowing] edges.push_back(Edge{point - 1, segment, h[point] - h[point - 1]}); ~~~~~~^~~ main.cpp:94:67: warning: narrowing conversion of '(((int)point) - 1)' from 'int' to 'short int' inside { } [-Wnarrowing] edges.push_back(Edge{lowerSegmentPoint, point - 1, h[point] - h[lowerSegmentPoint]}); ~~~~~~^~~ main.cpp:99:48: warning: narrowing conversion of '(((int)point) + 1)' from 'int' to 'short int' inside { } [-Wnarrowing] edges.push_back(Edge{point + 1, segment, h[point] - h[point + 1]}); ~~~~~~^~~ main.cpp:109:48: warning: narrowing conversion of '(((int)point) - 1)' from 'int' to 'short int' inside { } [-Wnarrowing] edges.push_back(Edge{point - 1, segment, h[point - 1] - h[point]}); ~~~~~~^~~ main.cpp:111:68: warning: narrowing conversion of '(((int)point) - 1)' from 'int' to 'short int' inside { } [-Wnarrowing] edges.push_back(Edge{higherSegmentPoint, point - 1, h[higherSegmentPoint] - h[point]}); ~~~~~~^~~ main.cpp:116:48: warning: narrowing conversion of '(((int)point) + 1)' from 'int' to 'short int' inside { } [-Wnarrowing] edges.push_back(Edge{point + 1, segment, h[point + 1] - h[point]}); ~~~~~~^~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
13ms131kbOK5
23ms131kbOK5
34ms131kbOK5
44ms131kbOK5
56ms262kbOK5
63ms131kbOK5
76ms262kbOK5
833ms1310kbOK5
9127ms4718kbOK5
10521ms20185kbOK5
113ms131kbOK5
1211ms393kbOK5
131003ms17825kbTime limit exceeded0
141003ms20971kbTime limit exceeded0
151002ms21639kbTime limit exceeded0
161002ms21889kbTime limit exceeded0
171001ms22020kbTime limit exceeded0
181000ms25427kbTime limit exceeded0
191003ms22941kbTime limit exceeded0
201001ms23592kbTime limit exceeded0
Punctaj total60

Ceva nu functioneaza?