課程名稱︰計算機程式設計
課程性質︰數學系大一必修
課程教師︰丁培毅
開課學院:理學院
開課系所︰數學系
考試日期(年月日)︰2016/10/31
考試時限(分鐘):15
試題 :
This is a 15-minute quiz.
Openbook: you can examine whatever printed or handwritten materials that belong
to yourself. No computer, smart phone, or network access allowed.
請寫一個while迴圈。
1) 運用scanf()函數由鍵盤"一個字元一個字元"讀取最多十位數的五進位數字,例如
1240103341。
2) 檢查讀入的字元是否是允許的 (i.e. 0-4),直到不合法字元出現。
3) 請將讀入的字元在讀入的過程中逐步轉換為 int 型態的整數(例如 341 → 96)。
/*
註:
1. 一上課老師就宣布下一節課小考
據說是因為有學生太吵讓老師不開心@@
2. 手寫code
*/