2023年12月21日
摘要: task4 code #include <stdio.h> #include <string.h> #define N 5 #define M 80 int main() { char songs[N][M]; FILE* fp; fp = fopen("data1.txt", "r"); if ( 阅读全文
posted @ 2023-12-21 10:11 Bulletproof_Picasso 阅读(24) 评论(0) 推荐(0)