| ||||||||||
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 |
我们这题卡了大约三个小时。。。那么多人过了,一直以为题目看错,都看了不下10遍题目了。。。无语哦。。。In Reply To:Re:求教?我们验证过数据啊。 Posted by:love8909 at 2008-10-26 23:15:29 > 写了个 > char nextChar() > { > char ch; > while (ch = getchar(), !((ch >= 'A' && ch <= 'Z') || ch == '.')); > return ch; > } > 这样读入一直TLE,后来改成scanf先读到数组里放着,再一个一个取,过掉了,很困惑 Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator