Borderou de evaluare (job #673789)

Utilizator avatar Rosca_Cristian Rosca Cristian Nectarie Rosca_Cristian IP ascuns
Problemă Permutări Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 4 nov. 2022 11:15:25 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:23:26: error: 'i' was not declared in this scope 23 | if(perm_index == i){ | ^ main.cpp:34:12: error: 'next_permutations' was not declared in this scope 34 | }while(next_permutations(vec+1, vec+lenght+1)); | ^~~~~~~~~~~~~~~~~