Borderou de evaluare (job #615371)

Utilizator avatar Celestin Negraru Celestin Celestin IP ascuns
Problemă Zapada (clasele 11 și 12) Compilator cpp-32 | vezi sursa
Rundă Arhiva de probleme Status evaluat
Dată 10 nov. 2021 12:39:24 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'void SOLVE()': main.cpp:115:5: error: 'g' was not declared in this scope 115 | g.open("zapada.out",ios::out); | ^ main.cpp:139:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'unsigned int'} [-Wsign-compare] 139 | for(int i=0;i<V[e1].size();i++) | ~^~~~~~~~~~~~~ main.cpp:148:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'unsigned int'} [-Wsign-compare] 148 | for(int i=0;i<V[e2].size();i++) | ~^~~~~~~~~~~~~