homework9

開啟檔案,並將學號與姓名放入hash table中。
使用者可以自行輸入學號,即可找出對應的姓名。

輸入:先由程式讀入 input.txt,再輸入任一學號。

輸出:輸出該學號對應的資料

假設 input.txt 內容為

102213501 陳乃嘉
103213507 李悅
99213024 黃天麟

輸入範例:

103213507

輸出範例:

103213507 李悅