Borderou de evaluare (job #645198)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | 2048 (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 30 mar. 2022 17:43:24 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:23:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare]
23 | for (int i = 0; i < v.size() - 1; i++)
| ~~^~~~~~~~~~~~~~
main.cpp:55:13: error: 'e2049' was not declared in this scope; did you mean 'e2048'?
55 | if (e2049)
| ^~~~~
| e2048
main.cpp:58:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare]
58 | for (int i = 0; i < v.size(); i++)
| ~~^~~~~~~~~~