为了账号安全,请及时绑定邮箱和手机立即绑定

不知道哪里出错,求解

using System;

using System.Collections.Generic;

using System.Text;


namespace Test

{

    class Program

    {

        static void Main(string[] args)

        {

            for(int x=1;x<8;x++)

            {

                for(int y=1;y<8;y++)

                {

                    if(y==x||y==(8-x))

                    Console.Write('O');

                    else

                    Console.Write('.');

                }

                Console.Writeline();

            }

        }

    }

}


正在回答

1 回答

最后那个Console.WriteLine(); 

L得大写

0 回复 有任何疑惑可以回复我~
#1

想要超能力丶 提问者

非常感谢!
2018-08-05 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

不知道哪里出错,求解

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信