Borderou de evaluare (job #683496)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Forus (clasa a 5-a) | Compilator | cpp-32 |
Rundă | lasm_21_12_2022_cl12 | Status | evaluat |
Dată | 21 dec. 2022 17:05:58 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:18:5: error: 'fin' was not declared in this scope; did you mean 'cin'?
18 | fin>>option>>N;
| ^~~
| cin
main.cpp:33:9: error: 'fout' was not declared in this scope; did you mean 'cout'?
33 | fout<<k<<endl;
| ^~~~
| cout
main.cpp:62:5: error: 'fout' was not declared in this scope; did you mean 'cout'?
62 | fout<<minn<<" ";}
| ^~~~
| cout
main.cpp:63:9: error: 'fout' was not declared in this scope; did you mean 'cout'?
63 | fout<<endl;}
| ^~~~
| cout
main.cpp:36:13: warning: unused variable 'y' [-Wunused-variable]
36 | { int y, point, nr_c1, x, frst, ult, pu, minn, dmm, nrd, z;
| ^