| ||||||||||
| 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 | |||||||||
a case a c
a b
b a c
* * *
#
第一遍扫描发现第一行a是可以去掉的,所以把全文的a都去掉。(造成第二行b可去掉)
第二遍扫描发现第二行b是可以去掉的,所以把全文的b都去掉。(造成第三行c可去掉)
第三遍扫描发现第三行c是可以去掉的,所以把全文的c都去掉。
第四编扫描发现没有任何可以去掉的words, quit.
output:
* * *
#
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator