diff --git a/打印函数伪代码 b/打印函数伪代码 new file mode 100644 index 0000000..133197f --- /dev/null +++ b/打印函数伪代码 @@ -0,0 +1,4 @@ +INPUT number,name,score +DO +printf stu[i].number,stu[i].name,stu[i].score +END \ No newline at end of file