且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

C ++ Tic Tac Toe游戏

更新时间:2023-02-02 21:45:17

您需要一个语句来追加if

you need a statement to go after the if

之后的语句,即使它只是一个;

even if its just a ;

但也许你想要

if (c > '9' || c < '0')
        cout << "Not a Number!";