Borderou de evaluare (job #841575)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Lalele (clasele 9-10) | Compilator | cpp |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 13 nov. 2025 22:40:53 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:55:5: error: redefinition of 'int main()'
55 | int main() {
| ^~~~
main.cpp:4:5: note: 'int main()' previously defined here
4 | int main() {
| ^~~~
main.cpp: In function 'int main()':
main.cpp:90:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
90 | for (int k = 0; k < temp.size(); k++) {
| ~~^~~~~~~~~~~~~
main.cpp:100:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
100 | for (int i = 0; i < rezultate.size(); i++) {
| ~~^~~~~~~~~~~~~~~~~~