Borderou de evaluare (job #2651270)

Utilizator Sho10Andrei Alexandru Sho10 Data 21 septembrie 2020 22:26:46
Problema Joc Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int32_t main()': main.cpp:36:7: error: 'mn' was not declared in this scope mn[i][j]=min(min((mn[i-1][j]), (mn[i][j-1])), max((mx[i-1][j]), (mx[i][j-1]))-a[i][j]); ^~ main.cpp:36:58: error: 'mx' was not declared in this scope mn[i][j]=min(min((mn[i-1][j]), (mn[i][j-1])), max((mx[i-1][j]), (mx[i][j-1]))-a[i][j]); ^~ main.cpp:36:85: error: 'a' was not declared in this scope mn[i][j]=min(min((mn[i-1][j]), (mn[i][j-1])), max((mx[i-1][j]), (mx[i][j-1]))-a[i][j]); ^ main.cpp:51:22: error: 'res' was not declared in this scope if(mx[i][j]==res.ft){ ^~~ main.cpp:63:21: error: 'res' was not declared in this scope if(mx[i][j]>res.ft){ ^~~ main.cpp:66:12: error: 'res' was not declared in this scope if(res.sc.ft==0){ ^~~ Non zero exit status: 1

Ceva nu functioneaza?