|
int killer, threshold, count;
|
|
int killer, threshold, count;
|
|
int asp_r[9] = { 0, -1, -1, -1, 0, 1, 1, 1, 0 };
|
|
int asp_r[9] = { 0, -1, -1, -1, 0, 1, 1, 1, 0 };
|
|
int asp_c[9] = { 0, 1, 0, -1, -1, -1, 0, 1, 1 };
|
|
int asp_c[9] = { 0, 1, 0, -1, -1, -1, 0, 1, 1 };
|