Borderou de evaluare (job #721579)

Utilizator avatar Panes.Alexandru Panes Alexandru Panes.Alexandru IP ascuns
Problemă Permutări Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 25 mai 2023 15:59:41 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'void func(std::vector<int>)': main.cpp:14:16: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'unsigned int'} and 'int' [-Wsign-compare] 14 | if(v.size()==n) | ~~~~~~~~^~~ main.cpp: In function 'int main()': main.cpp:38:17: error: 'k' was not declared in this scope 38 | cin >> n >> k; | ^