int main() { char board[9]; for(int i = 0;i<8;i++) board[i] = '0'; //void Init(arr); //void Print(arr); cout<<"hello world"<