Borderou de evaluare (job #700795)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Flori6 (clasa a 9-a) | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 4 mar. 2023 18:49:56 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:30:17: error: variable 'std::ifstream cin' has initializer but incomplete type
30 | ifstream cin("flori6.in");
| ^
main.cpp:31:18: error: variable 'std::ofstream cout' has initializer but incomplete type
31 | ofstream cout("flori6.out");
| ^
main.cpp:48:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<elev>::size_type' {aka 'unsigned int'} [-Wsign-compare]
48 | for (int i = 0; i < elevi.size();i++) {
| ~~^~~~~~~~~~~~~~