编译出错,大家帮忙看看。
代码如下,帮忙看看哪错了:
程序代码:#include <iostream>
using namespace std;
while (true)
{
int num;
cin >> num;
if (num >=1 && num <= 20)
break;
else
cout << "please input again: " << endl;
}[[it] 本帖最后由 明次 于 2009-7-30 13:54 编辑 [/it]]








