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 |
may be hereIn Reply To:求助牛人,为什么我的这段代码用G++提交可以AC,但是用C++提交却是RE,哪位大哥解答一下,小弟不胜感激 Posted by:killwronganswer at 2006-01-26 09:45:39 It's probably caused by some minor bugs hiding in your AC code which have not lead to visible effects due to compiler factors. It is recommended that you revise your code to fix the bugs in this case. Another possible cause is the fact that different compilers generally use different methods, libraries and settings to generate executable files. Therefore it is possible for the executable files generated by different compilers to have different efficiency or even different behaviors in some special cases. For example, the stack size of programs compiled by MS-VC++ is larger than that of those compiled by GCC/G++. Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator