Borderou de evaluare (job #790986)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Compus (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 23 oct. 2024 17:21:05 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:19:32: error: 'it' was not declared in this scope; did you mean 'int'?
19 | if (u != v.end()) {v.erase(it);}
| ^~
| int
main.cpp:27:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare]
27 | for (int i = 0; i < v.size(); i++)
| ~~^~~~~~~~~~