Problem B 檔案操作 文字檔案讀入

2022-06-29 08:18:11 字數 669 閱讀 5662

time limit: 1 sec  memory limit: 128 mb

submit: 857  solved: 300

[submit][status][web board]

現有100名學生的姓名(name)、學號(num)、英語(english)、數學(math)、語文(chinese)成績儲存在乙個文字檔案student.dic中(姓名不超過20個字元,學號和各科成績為整型,各資料之間用空格分隔),現要求將指定行數的學生資訊輸出,每條資訊佔一行。

前5行學生資訊為:

akdh 13773 84 83 66

fjka 30257 15 14 88

sfhklas 61281 87 8 31

hfu 38635 55 50 60

iwehfk 92803 54 6 77

要輸出行號的整數序列,以0作為結束標誌。

輸出學生資訊,每個學生佔一行

1 3 5 0

akdh 13773 84 83 66

sfhklas 61281 87 8 31

iwehfk 92803 54 6 77

#includeint main()

fclose(fin);

return 0;

}

c 操作文字檔案

using system.io 宣告控制項 protected system.web.ui.htmlcontrols.htmltextarea txtvalue 主程式 filestream fsinfo new filestream 檔案路徑 在專案內的 filemode.open,fileacc...

C 檔案操作(文字檔案)

程式執行時產生的資料都屬於臨時資料,程式一旦結束都會被釋放,通過檔案可以將資料持久化,c 中對檔案操作需要包含標頭檔案。檔案型別分為兩種,文字檔案 檔案以文字的ascii碼形式儲存在計算機中 二進位制檔案 檔案以文字的二進位制形式儲存在計算機中,使用者一般不能直接讀懂它們。操作檔案的三大類 ofst...

C 操作文字檔案(入門)

using system using system.data using system.configuration using system.web using system.web.security using system.web.ui using system.web.ui.webcontro...