Borderou de evaluare (job #3136572)

Utilizator Tibi201eweREWR Tibi201 Data 6 iunie 2023 23:18:51
Problema Parcare Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 20

Raport evaluator

Compilare: main.cpp: In function 'int move(Masina*, int)': main.cpp:94:38: warning: array subscript has type 'char' [-Wchar-subscripts] 94 | while(parcare[m->l+m->lung][m->c]=='.'){ | ~~~^ main.cpp:95:20: warning: array subscript has type 'char' [-Wchar-subscripts] 95 | parcare[m->l][m->c]='.'; | ~~~^ main.cpp:95:26: warning: array subscript has type 'char' [-Wchar-subscripts] 95 | parcare[m->l][m->c]='.'; | ~~~^ main.cpp:96:34: warning: array subscript has type 'char' [-Wchar-subscripts] 96 | parcare[m->l+m->lung][m->c]=m->id; | ~~~^ main.cpp:124:20: warning: array subscript has type 'char' [-Wchar-subscripts] 124 | parcare[m->l][m->c]=m->id; | ~~~^ main.cpp:124:26: warning: array subscript has type 'char' [-Wchar-subscripts] 124 | parcare[m->l][m->c]=m->id; | ~~~^ main.cpp:125:34: warning: array subscript has type 'char' [-Wchar-subscripts] 125 | parcare[m->l+m->lung][m->c]='.'; | ~~~^ main.cpp:130:32: warning: array subscript has type 'char' [-Wchar-subscripts] 130 | while(parcare[m->l-1][m->c]=='.'&&m->l-lung>0){ | ~~~^ main.cpp:132:34: warning: array subscript has type 'char' [-Wchar-subscripts] 132 | parcare[m->l+m->lung][m->c]='.'; | ~~~^ main.cpp:133:20: warning: array subscript has type 'char' [-Wchar-subscripts] 133 | parcare[m->l][m->c]=m->id; | ~~~^ main.cpp:133:26: warning: array subscript has type 'char' [-Wchar-subscripts] 133 | parcare[m->l][m->c]=m->id; | ~~~^ main.cpp:158:34: warning: array subscript has type 'char' [-Wchar-subscripts] 158 | parcare[m->l+m->lung][m->c]=m->id; | ~~~^ main.cpp:159:20: warning: array subscript has type 'char' [-Wchar-subscripts] 159 | parcare[m->l][m->c]='.'; | ~~~^ main.cpp:159:26: warning: array subscript has type 'char' [-Wchar-subscripts] 159 | parcare[m->l][m->c]='.'; | ~~~^ main.cpp:168:24: warning: array subscript has type 'char' [-Wchar-subscripts] 168 | while(parcare[m->l][m->c+m->lung]=='.'){ | ~~~^ main.cpp:169:20: warning: array subscript has type 'char' [-Wchar-subscripts] 169 | parcare[m->l][m->c]='.'; | ~~~^ main.cpp:169:26: warning: array subscript has type 'char' [-Wchar-subscripts]
Test Timp executie Memorie folosita Mesaj Punctaj/test
17ms450kbKilled by Signal 110
20ms303kbOk10
37ms434kbKilled by Signal 110
412ms434kbKilled by Signal 110
57ms479kbKilled by Signal 110
67ms421kbKilled by Signal 110
77ms528kbKilled by Signal 110
80ms303kbOk10
97ms1433kbKilled by Signal 110
107ms999kbKilled by Signal 110
Punctaj total20

Ceva nu functioneaza?