Borderou de evaluare (job #2134666)
Raport evaluator
Compilare:
user.cpp: In instantiation of ‘type MaxFlow<type>::getMaxFlow(int, int) [with type = int]’:
user.cpp:132:37: required from here
user.cpp:95:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < lst.size(); ++i)
^
user.cpp: In instantiation of ‘MaxFlow<type>::edge::edge(int, int, type) [with type = int]’:
user.cpp:90:45: required from ‘void MaxFlow<type>::addDirectedEdge(int, int, type) [with type = int]’
user.cpp:129:42: required from here
user.cpp:22:29: warning: ‘MaxFlow<int>::edge::cap’ will be initialized after [-Wreorder]
int x, y; type flo, cap;
^
user.cpp:22:24: warning: ‘int MaxFlow<int>::edge::flo’ [-Wreorder]
int x, y; type flo, cap;
^
user.cpp:24:9: warning: when initialized here [-Wreorder]
edge(int _x, int _y, type _cap) :
^
user.cpp: In instantiation of ‘type MaxFlow<type>::dfs(int, int, type) [with type = int]’:
user.cpp:101:33: required from ‘type MaxFlow<type>::getMaxFlow(int, int) [with type = int]’
user.cpp:132:37: required from here
user.cpp:54:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (; ptx[x] < edg[x].size() and cmp(cap - flo); ++ptx[x]) {
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
1 | 0ms | 1500kb | OK | 10 | 10 |
2 | 0ms | 1568kb | OK | 10 | 10 |
3 | 0ms | 1576kb | OK | 10 | 10 |
4 | 0ms | 1584kb | OK | 10 | 10 |
5 | 0ms | 1584kb | OK | 10 | 10 |
6 | 0ms | 1600kb | OK | 10 | 10 |
7 | 0ms | 1704kb | OK | 10 | 10 |
8 | 12ms | 1724kb | OK | 10 | 30 |
9 | 8ms | 1724kb | OK | 10 |
10 | 20ms | 1924kb | OK | 10 |
Punctaj total | 100 |