Borderou de evaluare (job #628425)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Coborâre (clasele 11-12) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 28 ian. 2022 19:23:16 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:42:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare]
42 | for (int j = 0; j < vect[p].size(); j++) {
| ~~^~~~~~~~~~~~~~~~
main.cpp:49:41: error: 'i' was not declared in this scope
49 | q[dr] = i;
| ^