初学求解答...为何error C2181: illegal else without matching if Error executing cl.exe.
初学求解答...为何error C2181: illegal else without matching if Error executing cl.exe.
日期:2011-09-27 17:03:14 人气:3
(1)if ((90<score)|(score==90));
去掉后面的分号。
(2) 或 是 || 不是 |