Borderou de evaluare (job #705724)

Utilizator avatar Serban_Ilinca_5B Serban Ilinca Serban_Ilinca_5B IP ascuns
Problemă Cezar (clasa a 5-a) Compilator cpp-32
Rundă superoji1 Status evaluat
Dată 13 mar. 2023 10:40:47 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:13:5: error: 'in' was not declared in this scope; did you mean 'fin'? 13 | in.get(c); | ^~ | fin main.cpp:15:32: error: 'out' was not declared in this scope; did you mean 'fout'? 15 | if(c == 'z'){ c = 'a'; out.put(c);} | ^~~ | fout main.cpp:16:29: error: 'out' was not declared in this scope; did you mean 'fout'? 16 | else{c = c + 1; out.put(c);} | ^~~ | fout