ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Common Board

C/C++ Compiler Upgraded to Visual C++ 2010
Posted by Vladimir Yakovlev (USU) 3 Aug 2010 01:49
If you encounter any problems please describe it in this thread.
Re: C/C++ Compiler Upgraded to Visual C++ 2010
Posted by Andrew Hoffmann aka SKYDOS [Vladimir SU] 3 Aug 2010 02:11
Thanks a lot!
Waiting for C# upgrade!

PS
and dont forget to import(add reference) System.Numerics :)
Re: C/C++ Compiler Upgraded to Visual C++ 2010
Posted by 2rf [Perm School #9] 3 Aug 2010 15:43
Can you please describe the most significant changes in this compiler compared to previous one?
Re: C/C++ Compiler Upgraded to Visual C++ 2010
Posted by tiancaihb 3 Aug 2010 18:17
well.. I'm very glad to find that an additon "system("pause")" in the last line won't lead to WA still. (Otherwise we may encounter lots of WAs if there's rejudge...)
However, I noticed that there's a slight difference in the memory usage indicator. A+B Problem, for instance, previously they're 121KB for both C/C++. They are actually 104/188KB now. It's not a very critical problem after all :)

I'm just a bit afraid that we may have to change a little bit of our "code style" to fit with the new compiler... Then go for it~
Re: C/C++ Compiler Upgraded to Visual C++ 2010
Posted by Alipov Vyacheslav [Tomsk PU] 5 Aug 2010 01:01
Bytewise reading now works slower than scanf.
Thats the first thing I've noticed.