Borderou de evaluare (job #702293)

Utilizator avatar 5B_Ayan_porumb Porumb Flavius Ayan 5B_Ayan_porumb IP ascuns
Problemă Analiza (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 7 mar. 2023 11:41:32 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:49:13: error: 'a' was not declared in this scope 49 | a[i]=1; | ^ main.cpp:57:21: error: 'a' was not declared in this scope 57 | a[i]++; | ^ main.cpp:65:21: error: 'a' was not declared in this scope 65 | a[j]=a[i]; | ^ main.cpp:70:17: error: 'a' was not declared in this scope 70 | if (a[i]>maxi) | ^ main.cpp:72:17: error: 'a' was not declared in this scope 72 | if (a[i]>maxi2 && a[i]!=maxi) | ^