Borderou de evaluare (job #691918)

Utilizator avatar iulia_mara81 Dorhoi Iulia Mara iulia_mara81 IP ascuns
Problemă Coborâre (clasele 11-12) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 1 feb. 2023 12:19:12 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:11:17: error: redefinition of 'int V' 11 | int N , M , V , V , x , y , X[100]; | ^ main.cpp:11:13: note: 'int V' previously declared here 11 | int N , M , V , V , x , y , X[100]; | ^ main.cpp: In function 'void read()': main.cpp:14:27: error: 'C' was not declared in this scope 14 | fin >> N >> M >> V >> C; | ^ main.cpp:15:25: error: 'm' was not declared in this scope 15 | for(int i = 1; i <= m; i++){ | ^ main.cpp: In function 'int main()': main.cpp:34:9: error: 'v' was not declared in this scope 34 | viz[v]=1; | ^ main.cpp:36:21: error: 'c' was not declared in this scope 36 | cout<<endl<<viz[c]%100003; | ^