for(int x=1;x<=7;x++)
{
for(int y=1;y<=7;y++)
{ Console.Write(x==y||x+y==8?"O":".");
}
Console.WriteLine();//請完善代碼
}
{
for(int y=1;y<=7;y++)
{ Console.Write(x==y||x+y==8?"O":".");
}
Console.WriteLine();//請完善代碼
}
2023-03-24