討論串[問題] 新手的小問題
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
/* CPP: 簡易階層運算 */. #include <iostream>. using namespace std;. int main(). {. while(1). {. int i = 0, input, result = 1;. cout << "Please Input An Inte
(還有309個字)
內容預覽:
int x ,y = 1;. int i, flag = 0;. cout <<"input a integer : " ;. cin >> x;. while(flag == 0). {. if(x < 0). {. cout << "the value : ERROR " <<endl;. co
(還有236個字)
內容預覽:
#include <iostream>. using std::cin ;. using std::cout ;. using std::endl ;. int main(). {. int x ,y;. int i (i>0) ;. cout <<"input a integer :" ;. ci
(還有46個字)
首頁
上一頁
1
下一頁
尾頁