Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
Re:1002做题总结In Reply To:1002做题总结 Posted by:Skylikeblue at 2008-08-08 13:30:46 > 1、每行的电话号码可能比较长,所以定义数组时元素最好大一点,如能存100字符。 呵呵,真栽倒在这里了,我以为数字间顶多只能有一个hyphen,把buff设置为了16;结果一直报RE!多谢提醒 > 2、使用 scanf 和 printf,这样可节省时间。 > 3、想使内存用得少,可用 calloc(); > 4、题目已经说明只有大写字母、数字和'-',所以,可不判断小写字母。 > 5、如果使用字符串排序,可使用C标准中的 qsort(),速度快。 > 6、最后可能会有"No duplicates. ",注意最后有一个小点(句号)。 > 7、请注意指针错误。 > 希望能有用 ^_^ Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator