ENG  RUSTimus Online Judge
Online Judge
Задачи
Авторы
Соревнования
О системе
Часто задаваемые вопросы
Новости сайта
Форум
Ссылки
Архив задач
Отправить на проверку
Состояние проверки
Руководство
Регистрация
Исправить данные
Рейтинг авторов
Текущее соревнование
Расписание
Прошедшие соревнования
Правила
вернуться в форум

Общий форум

C/C++ Compiler Upgraded to Visual C++ 2010
Послано Vladimir Yakovlev (USU) 3 авг 2010 01:49
If you encounter any problems please describe it in this thread.
Re: C/C++ Compiler Upgraded to Visual C++ 2010
Послано Andrew Hoffmann aka SKYDOS [Vladimir SU] 3 авг 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
Послано 2rf [Perm School #9] 3 авг 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
Послано tiancaihb 3 авг 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
Послано Alipov Vyacheslav [Tomsk PU] 5 авг 2010 01:01
Bytewise reading now works slower than scanf.
Thats the first thing I've noticed.