Borderou de evaluare (job #2047285)

Utilizator daniela12Sandu Daniela Teodora daniela12 Data 24 octombrie 2017 18:26:36
Problema Dreptunghiuri3 Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:6:21: error: size of array ‘a’ is too large int a[200000][200000],b[200000][2000000],M,N,K; ^ user.cpp:6:40: error: size of array ‘b’ is too large int a[200000][200000],b[200000][2000000],M,N,K; ^ user.cpp: In function ‘void aduna(int, int, int, int, int)’: user.cpp:9:5: error: ‘b’ was not declared in this scope b[i1][j1]+=v; ^ user.cpp: In function ‘int main()’: user.cpp:33:9: error: ‘a’ was not declared in this scope a[i][j]=a[i-1][j]+a[i][j-1]-a[i-1][j-1]+b[i][j]; ^ user.cpp:33:49: error: ‘b’ was not declared in this scope a[i][j]=a[i-1][j]+a[i][j-1]-a[i-1][j-1]+b[i][j]; ^

Ceva nu functioneaza?