Borderou de evaluare (job #718854)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cifre9 (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 11 mai 2023 16:18:56 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:9:5: error: 'fin' was not declared in this scope; did you mean 'in'?
9 | fin>>n>>k;
| ^~~
| in
main.cpp:18:5: error: 'fout' was not declared in this scope
18 | fout<<kk<< '\n';
| ^~~~
main.cpp:25:9: warning: statement has no effect [-Wunused-value]
25 | for(in;in>=0;in--)
| ^~