摘要: task4 1 #include <stdio.h> 2 #include <string.h> 3 #define N 5 4 #define M 80 5 int main() { 6 char songs[N][M]; 7 8 FILE* fp; 9 fp = fopen("data1.txt 阅读全文
posted @ 2023-12-14 17:26 VitaminC++ 阅读(53) 评论(0) 推荐(0) 编辑