Borderou de evaluare (job #691920)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Coborâre (clasele 11-12) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 1 feb. 2023 12:20:44 | 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: In function 'int main()':
main.cpp:36:21: error: 'C' was not declared in this scope
36 | cout<<endl<<viz[C]%100003;
| ^