You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
146 B
9 lines
146 B
2 years ago
|
INPUT 保存数据
|
||
|
printf 请输入文件名
|
||
|
IF 文件为空 return
|
||
|
ELSE
|
||
|
DO printf
|
||
|
stu[i].number,stu[i].name,stu[i].score
|
||
|
END
|
||
|
THEN 关闭文件
|