#include#include//這個程式雖然是我寫的,但是它設計的的確很2b。 我覺得不寫注釋,過段時間我自己都不知道自己寫的什麼。
//測試用例 0 ,123121123,-123121256,1000 ,10023,543000.
int main()
if(num == 0)
int num_ = 0;
int flag = 0;
int b = num;
for(int i = 0; 0 != b ;i++) //檢測數字的位數。
for(int i = flag - 1; 0 != num; i--) //將數字倒過來
for(int i = 0; 0 != num_ || flag; i++)//這裡中間的判斷使用把100倒過來變成1,輸出會出錯的問題給解決了。
case 1:
case 2:
case 3:
case 4:
case 5:
case 6:
case 7:
case 8:
case 9:
}num_ /= 10;
flag--;
if(0 != flag) //解決輸出格式問題
}return 0;
}
chmod用數字來表示許可權的方法
前提 mode許可權設定字串,格式 ugoa.rwxx 其中u表示擁有者 user g表示與擁有者屬於同乙個群體 group o表示其他以外的人 other a表 示這三者皆是 表示增加許可權,表示取消許可權,表示唯一設定許可權 r 表示可讀取,w表示可寫入,x表示可執行。其中a,b,c各為乙個數字...
chmod用數字來表示許可權的方法
前提 mode許可權設定字串,格式 ugoa rwxx 其中u表示擁有者 user g表示與擁有者屬於同乙個群體 group o表示其他以外的人 other a表 示這三者皆是 表示增加許可權,表示取消許可權,表示唯一設定許可權 r 表示可讀取,w表示可寫入,x表示可執行。語法 chmod abc ...
在螢幕上輸出菱形,用 表示(3種)
define crt secure no warnings 1 include include include include sleep 的標頭檔案 方法2 任意行數 將菱形圖案一分為二,依次列印上面的內容和下面的內容 define crt secure no warnings 1 include...