0_0_26562098_9535.cpp: In function 'int check()':
0_0_26562098_9535.cpp:17:9: error: 'a' was not declared in this scope
if (a[0]==a[1]&&a[1]==a[2]&&a[2]==a[3]) tmp++;
^
0_0_26562098_9535.cpp:18:9: error: 'a' was not declared in this scope
if (a[4]==a[5]&&a[5]==a[10]&&a[10]==a[11]) tmp++;
^
0_0_26562098_9535.cpp:19:9: error: 'a' was not declared in this scope
if (a[6]==a[7]&&a[7]==a[12]&&a[12]==a[13]) tmp++;
^
0_0_26562098_9535.cpp:20:9: error: 'a' was not declared in this scope
if (a[8]==a[9]&&a[9]==a[14]&&a[14]==a[15]) tmp++;
^
0_0_26562098_9535.cpp:21:9: error: 'a' was not declared in this scope
if (a[16]==a[17]&&a[17]==a[18]&&a[18]==a[19]) tmp++;
^
0_0_26562098_9535.cpp:22:9: error: 'a' was not declared in this scope
if (a[20]==a[21]&&a[21]==a[22]&&a[22]==a[23]) tmp++;
^
0_0_26562098_9535.cpp: In function 'void dfs(int)':
0_0_26562098_9535.cpp:33:37: error: 'a' was not declared in this scope
for (int j=0;j<24;j++) b[j]=a[j];
^
0_0_26562098_9535.cpp:34:32: error: 'a' was not declared in this scope
for (int j=0;j<24;j++) a[j]=b[t[i][j]];
^
0_0_26562098_9535.cpp:36:32: error: 'a' was not declared in this scope
for (int j=0;j<24;j++) a[j]=b[j];
^
|