题目地址 :
http://acm.hdu.edu.cn/showproblem.php?pid=1106
很简单的一道水题, 就是直接字符串拆分就行了
代码:
//MiYu原创, 转帖请注明 : 转载自 ______________白白の屋
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int cmp ( const void *p, const void *t )
相关文章: