Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

1002做题总结

Posted by Skylikeblue at 2008-08-08 13:30:46 on Problem 1002
1、每行的电话号码可能比较长,所以定义数组时元素最好大一点,如能存100字符。
2、使用 scanf 和 printf,这样可节省时间。
3、想使内存用得少,可用 calloc();
4、题目已经说明只有大写字母、数字和'-',所以,可不判断小写字母。
5、如果使用字符串排序,可使用C标准中的 qsort(),速度快。
6、最后可能会有"No duplicates. ",注意最后有一个小点(句号)。
7、请注意指针错误。
希望能有用 ^_^

Followed by:

Post your reply here:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator