摘要: 题目链接:http://acm.nyist.net/JudgeOnline/problem.php?pid=524 对字符串进行比较的一道题目 #include<stdio.h> #include<string.h> char str1[120],str2[120]; int havepoint(c 阅读全文
posted @ 2015-01-06 22:43 wojiaohuangyu 阅读(9) 评论(0) 推荐(0)