Borderou de evaluare (job #971892)

Utilizator pop_bogdanBogdan Pop pop_bogdan Data 10 iulie 2013 15:03:22
Problema Insule Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:8:21: error: size of array ‘x’ is too large int x[100000][100000], a[100000][100000]; ^ user.cpp:8:40: error: size of array ‘a’ is too large int x[100000][100000], a[100000][100000]; ^ user.cpp: In function ‘bool ok(int, int)’: user.cpp:16:10: error: ‘a’ was not declared in this scope if ( a[i][j] != 0 ) ^ user.cpp: In function ‘void lee()’: user.cpp:31:14: error: ‘a’ was not declared in this scope if ( a[i][j] == k) ^ user.cpp: In function ‘void fill1(int, int, int)’: user.cpp:56:10: error: ‘x’ was not declared in this scope if ( x[i][j] == 1) ^ user.cpp: In function ‘void fill2(int, int, int)’: user.cpp:69:10: error: ‘x’ was not declared in this scope if ( x[i][j] == 2) ^ user.cpp: In function ‘void fill3(int, int, int)’: user.cpp:82:10: error: ‘x’ was not declared in this scope if ( x[i][j] == 3) ^ user.cpp: In function ‘int main()’: user.cpp:107:13: error: ‘x’ was not declared in this scope x[i][j] = xq - '0'; ^ user.cpp:108:13: error: ‘a’ was not declared in this scope a[i][j] = xq - '0'; ^ user.cpp:113:14: error: ‘x’ was not declared in this scope if ( x[i][j] == 1 || x[i][j] == 2 || x[i][j] == 3 ) ^ user.cpp:140:18: error: ‘a’ was not declared in this scope if ( a[i][j] == 0 ) ^ user.cpp:165:18: error: ‘a’ was not declared in this scope if ( a[f][g] < minim && a[f][g] != 0) ^ user.cpp:98:10: warning: unused variable ‘c’ [-Wunused-variable] char c;int d; ^ user.cpp:98:16: warning: unused variable ‘d’ [-Wunused-variable] char c;int d; ^

Ceva nu functioneaza?