Borderou de evaluare (job #704422)

Utilizator avatar Demonul Gavrilescu Cristian Razvan Demonul IP ascuns
Problemă Disjoint Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 12 mar. 2023 00:15:28 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:5:14: error: expected ']' before ';' token 5 | int t[1000002; | ^ | ] main.cpp: In function 'int rad(int)': main.cpp:9:11: error: 't' was not declared in this scope 9 | while(t[x]!=x) | ^ main.cpp: In function 'int main()': main.cpp:23:9: error: 't' was not declared in this scope 23 | t[i] = i; | ^ main.cpp:41:10: error: 't' was not declared in this scope 41 | t[a] = b; | ^