#include #define TIC 0 #define TAC 1 #define CROSS 1 #define DOT 3 void printField(int f[][3], int size) { int i,j; for(i=0;i