Borderou de evaluare (job #2783066)

Utilizator bogdanvladmihaiBogdan Vlad-Mihai bogdanvladmihai Data 13 octombrie 2021 18:48:27
Problema Elimin Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:13:7: error: 'maxN' was not declared in this scope 13 | int s[maxN + 5]; | ^~~~ main.cpp:15:8: error: 'maxN' was not declared in this scope 15 | int st[maxN + 5]; | ^~~~ main.cpp: In function 'void bkt(int, int)': main.cpp:18:16: error: 'st' was not declared in this scope; did you mean 'std'? 18 | for (int i = st[p - 1] + 1; i <= n; i++) { | ^~ | std main.cpp:21:7: error: 's' was not declared in this scope 21 | s[j] -= a[i][j]; | ^ main.cpp:27:15: error: 's' was not declared in this scope 27 | cs.pb(s[j]); | ^ main.cpp:41:7: error: 's' was not declared in this scope 41 | s[j] += a[i][j]; | ^ main.cpp: In function 'int main()': main.cpp:69:7: error: 's' was not declared in this scope 69 | s[j] += a[i][j]; | ^ Non zero exit status: 1

Ceva nu functioneaza?