0_0_26558419_19342.cpp: In function 'int check()':
0_0_26558419_19342.cpp:10: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_26558419_19342.cpp:11: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_26558419_19342.cpp:12: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_26558419_19342.cpp:13:9: error: 'a' was not declared in this scope
if (a[8]==a[9]&&a[9]==a[15]&&a[15]==a[14]) tmp++;
^
0_0_26558419_19342.cpp:14: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_26558419_19342.cpp:15:9: error: 'a' was not declared in this scope
if (a[20]==a[21]&&a[21]==a[22]&&a[22]==a[23]) tmp++;
^
|