Borderou de evaluare (job #3281058)

Utilizator mihaigeorgescuGeorgescu Mihai mihaigeorgescu Data 28 februarie 2025 11:25:14
Problema Vila 2 Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In function 'int main()': main.cpp:15:9: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 15 | while(!dqmax.empty() && v[i]>=v[dqmax.front()]) dqmax.pop_back(); dqmax.push_back(i); | ^~~~~ main.cpp:15:75: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 15 | while(!dqmax.empty() && v[i]>=v[dqmax.front()]) dqmax.pop_back(); dqmax.push_back(i); | ^~~~~ main.cpp:16:9: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 16 | while(!dqmin.empty() && v[i]<=v[dqmin.front()]) dqmin.pop_back(); dqmin.push_back(i); | ^~~~~ main.cpp:16:75: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 16 | while(!dqmin.empty() && v[i]<=v[dqmin.front()]) dqmin.pop_back(); dqmin.push_back(i); | ^~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms303kbOK10
20ms303kbOK10
31ms303kbOK10
41ms557kbOK10
51ms557kbOK10
63ms557kbOK10
74ms593kbOK10
83ms557kbOK10
95ms819kbOK10
104ms598kbOK10
Punctaj total100

Ceva nu functioneaza?