Borderou de evaluare (job #757221)

Utilizator avatar abel2008 Burduhos Abel abel2008 IP ascuns
Problemă Partitiile unui numar Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 23 ian. 2024 10:25:57 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:7:1: error: 'vector' does not name a type 7 | vector<int> sol = {1}; | ^~~~~~ main.cpp: In function 'void g(int)': main.cpp:14:31: error: 'sol' was not declared in this scope 14 | cout<<sol[i]<<" "; | ^~~ main.cpp:18:22: error: 'sol' was not declared in this scope 18 | for (int i = sol[k-1];sum + i <= n;++i) { | ^~~