Borderou de evaluare (job #635000)

Utilizator avatar robert_dumitru Dumitru Robert Ionut robert_dumitru IP ascuns
Problemă Cezar (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 23 feb. 2022 12:35:43 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:5:1: error: expected ',' or ';' before 'char' 5 | char a[2000003]; | ^~~~ main.cpp: In function 'int main()': main.cpp:13:9: error: 'a' was not declared in this scope 13 | a[++n] = x; | ^ main.cpp:18:12: error: 'a' was not declared in this scope 18 | if(a[i] == 'z')fout << 'a'; | ^