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:请教高手,我的程序还要怎么改进才可以?为什么总是超过时间限制In Reply To:请教高手,我的程序还要怎么改进才可以?为什么总是超过时间限制 Posted by:chygr at 2007-09-26 10:43:50 尽量不用vecotr,对此题可用一个100000大小的数组代替。vector的操作比较慢,易超时。另外,用字符数组来接受输入比string要高效,还有就是,用scanf,printf比cin,cout高效,而且printf可以轻松实现此题的输出要求,最后就是把你的deal函数内联进main函数内,可提高速度。 这样应该可以ac了 Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator