藤浩


私信TA

用户名:uq_65644879572

访问量:1410

签 名:

无限风光在险峰

等  级
排  名 2579
经  验 2162
参赛次数 0
文章发表 22
年  龄 21
在职情况 学生
学  校 麦当劳汉堡大学
专  业

  自我简介:

TA的其他文章

报数问题代码
浏览:29


//main.c
#include<stdio.h>
#include<ctype.h>
#include<stdlib.h>
#include<string.h>
#include<time.h>
#include"other.h"  
int main(){
 char *temp = NULL;  
 char *song_line[100];
 int line_num, i;
 char *four[50];
 temp = open_file();  //open_file 打开文件
 LRC *head = NULL;
 line_num = strtok_deal(temp, song_line); //hang_strtok
 four_deal(song_line, four);
 line_num -= 4;
 for(i = 0; i < line_num; i++){
   song_line[i] = song_line[i+4];
 }
 head = divide_deal(song_line, line_num);
 song_print(head, four);
 return 0;
}

 

0.0分

0 人评分

看不懂代码?想转换其他语言的代码? 或者想问其他问题? 试试问问AI编程助手,随时响应你的问题:

编程语言转换

万能编程问答  

代码解释器

代码纠错

SQL生成与解释

  评论区