Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2021237)
Utilizator | Data | 12 septembrie 2017 22:10:07 | |
---|---|---|---|
Problema | Smen | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 40 |
Raport evaluator
Compilare:
user.cpp: In function ‘void addedge(int, int, int, int, int)’:
user.cpp:46:33: warning: narrowing conversion of ‘g[to].std::vector<_Tp, _Alloc>::size<Edge, std::allocator<Edge> >()’ from ‘std::vector<Edge>::size_type {aka unsigned int}’ to ‘int’ inside { } [-Wnarrowing]
Edge direct = {to, g[to].size(), 0, fm, c, ind};
^
user.cpp:47:38: warning: narrowing conversion of ‘g[from].std::vector<_Tp, _Alloc>::size<Edge, std::allocator<Edge> >()’ from ‘std::vector<Edge>::size_type {aka unsigned int}’ to ‘int’ inside { } [-Wnarrowing]
Edge inverse = {from, g[from].size(), 0, 0, -c, ind};
^
user.cpp: In function ‘void bellmanford()’:
user.cpp:62:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < g[from].size(); i++) {
^
user.cpp: In function ‘void dijkstra()’:
user.cpp:92:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < g[from].size(); i++) {
^
user.cpp: In function ‘int main()’:
user.cpp:180:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j = 0; j < g[i].size(); j++) {
^
Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
---|---|---|---|---|
1 | 0ms | 604kb | O cauti cu lumanarea ;) | 4 |
2 | 112ms | 3000kb | O cauti cu lumanarea ;) | 4 |
3 | 52ms | 2384kb | O cauti cu lumanarea ;) | 4 |
4 | 196ms | 3828kb | O cauti cu lumanarea ;) | 4 |
5 | 192ms | 5264kb | O cauti cu lumanarea ;) | 4 |
6 | 92ms | 2892kb | O cauti cu lumanarea ;) | 4 |
7 | 156ms | 2892kb | O cauti cu lumanarea ;) | 4 |
8 | 188ms | 2940kb | O cauti cu lumanarea ;) | 4 |
9 | 168ms | 2892kb | O cauti cu lumanarea ;) | 4 |
10 | 48ms | 2604kb | O cauti cu lumanarea ;) | 4 |
Punctaj total | 40 |
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !