Update cluster_research.c

This commit is contained in:
Jason Bou-Samra
2024-06-11 11:27:55 +10:00
committed by GitHub
parent b218d6c4c6
commit ce73fb6ab0
+1 -2
View File
@@ -19,9 +19,8 @@
* ******************/ * ******************/
#include <stdio.h> #include <stdio.h>
int i, j, k, x, y, z, l; int i, j, k, z;
int counter = 0; int counter = 0;
int matches [100][7] = {};
int grid [18][8] = { int grid [18][8] = {
{0, 1, 0, 0, 0, 0, 0, 0}, {0, 1, 0, 0, 0, 0, 0, 0},
{0, 1, 1, 4, 5, 6, 7, 8}, {0, 1, 1, 4, 5, 6, 7, 8},