Borderou de evaluare (job #581440)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cozonaci (clasa 5-6) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 12 feb. 2021 15:23:01 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:4:12: error: variable 'std::ifstream in' has initializer but incomplete type
4 | ifstream in("cozonaci.in");
| ^
main.cpp:5:13: error: variable 'std::ofstream out' has initializer but incomplete type
5 | ofstream out("cozonaci.out");
| ^
main.cpp: In function 'int main()':
main.cpp:8:32: warning: unused variable 'm' [-Wunused-variable]
8 | int i, n, f, f1, r, r1, k, m, rest, cf, cf1;
| ^
main.cpp:8:45: warning: unused variable 'cf1' [-Wunused-variable]
8 | int i, n, f, f1, r, r1, k, m, rest, cf, cf1;
| ^~~