Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2003129)
| Utilizator | Data | 21 iulie 2017 21:58:45 | |
|---|---|---|---|
| Problema | Ulei | Status | done |
| Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Compilare:
user.cpp: In function ‘void addedge(int, int, int)’:
user.cpp:38:36: 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, col, 0};
^
user.cpp:39: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, col, 0};
^
user.cpp: In function ‘void solve(int)’:
user.cpp:59:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < g[from].size(); i++){
^
user.cpp:79:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < g[from].size(); i++){
^
user.cpp:48:8: warning: unused variable ‘incycle’ [-Wunused-variable]
bool incycle = false;
^
user.cpp: In function ‘void write()’:
user.cpp:98:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < output.size(); i++){
^
user.cpp: In function ‘int main()’:
user.cpp:116:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j = 0; j + plus < g[i].size(); j++){
^
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 0ms | 616kb | Raspuns Gresit! | 0 |
| 2 | 20ms | 872kb | Raspuns Gresit! | 0 |
| 3 | 48ms | 1196kb | Raspuns Gresit! | 0 |
| 4 | Depăşit | 1020kb | Time limit exceeded. | 0 |
| 5 | Depăşit | 736kb | Time limit exceeded. | 0 |
| 6 | Depăşit | 768kb | Time limit exceeded. | 0 |
| 7 | Depăşit | 1096kb | Time limit exceeded. | 0 |
| 8 | Depăşit | 936kb | Time limit exceeded. | 0 |
| 9 | Depăşit | 812kb | Time limit exceeded. | 0 |
| 10 | Depăşit | 1292kb | Time limit exceeded. | 0 |
| Punctaj total | 0 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
