Good news everyone!
9 мая (всех с праздником!) в 5 утра по Москве, наше любимое время, состоится очередной SRM
Состоится сегодня в 15:00 по Москве
Имеется призовой фонд в $5000, так что поспешите с регистрацией, кап может быть достигнут досрочно
Я правильно понимаю, что по мнению авторов ГП Азова слон не является шахматной фигурой?
UPD: Официально объявлено, что Гран-при внезачетный
FYI — началась регистрация
Финал 27 июля в Нью-Йорке (изначально сообщали про Париж, в какой-момент изменили — непонятно)
New version released because of some TopCoder parsing bugs lately (SRM 530 Div-2 Medium, SRM 531 Div-2 Easy and SRM 534 Div-1 Medium). Other features: UI: switch task to current editor and editor to current task automatically Fixed width font for tests
Download link Configuration format had not changed
Господа, а объясните мне тупому, как так вышло, что человека, который выиграл в один год GCJ и TCO первым на звание участника года выдвинул я перед самым концом процедуры выдвижения? Давайте исправим несправедливость. Выдвижение вот даже продлили до 17:00
UPD: идет голосование
<p






| Site | Contest ID | Problemset task ID | Contest task ID |
| Codeforces | contest_id (131) | contest_id letter (131 A) | contest_id letter (131 A) |
| CodeChef | contest_code (NOV11) | problem_code (GCD2) | contest_code problem_code (NOV11 DOMNOCUT) |
| E-Olimp | contest_id (1243) | problem_id (2656) | problem_id letter (2656 A) |
| Timus | contest_id (101) | problem_id (1000) | contest_id problem_number (101 1) |

| Defect | Task generation: CodeChef: Multiple samples not working |
| Defect | TopCoder: main method not deleted even if unused |
| Enhancement | Task Generation: E-Olimp support |
| Enhancement | Task Generation: Timus support |
| Enhancement | Tester: add option to trunkate long input/output and enable it by default |
| Enhancement | Parser: remember selected contest/task site for current session |
Changes:
| Enhancement | Add universal interface for task generation |
| Enhancement | Tester: ability to pass message from checker irrespective from verdict type |
| Defect | New Task: default directory should be created if absent |
| Enhancement | Create action to copy full source in order to submit to judges that do not provide file selection as option |
| Enhancement | Task generation: support for CodeChef |
Changes:
Some screenshots:



Current version is 2.33
Let's try again. I had rewrote from scratch plug-in for IntelliJ Idea (that have free community edition, btw) which is designed to do the following:
1. Tests on all entered tests with one click
2. Inlines files from your library to your source code (inlucding removing of unused code)
3. Generates unit tests for your library based on entered tests.
First version seemed to be not very popular due to complexity of set up - special project, need of click "Run Task" each time before submit, etc.
In new version all this was fixed and, as a bonus, you can now create tasks for whole Codeforces contest (including sample tests already entered for you) by entering contest id.
Мои знакомые знают, что я считаю, что Google довольно раздолбайски относятся к организации CodeJam. Однако сегодня я оценил, что такое настоящее раздолбайство со стороны организаторов контеста. Сегодня все участники онсайта RCC получили письмо с просьбой проверить, устраивает ли их билеты на поезд/самолет. То, что письмо пришло с e-mail'ами всех участников в сс (вместо bcc) - это ладно, привыкли уже. Но к письму прилагался файл, в котором помимо транспорта были указаны паспортные данные, домашние адреса и телефоны всех участников. Так что имейте ввиду на будущее как компания mail.ru относится к персональным данным
P. S. Я прекрасно понимаю, что надо поддерживать mail.ru в их полезном начинании провести контест, и догадываюсь, что у них не хватает человек, чтобы послать каждому финалисту отдельное письмо. Тем не мнее я считаю, что то, что произошло необходимо предать огласке
Good afternoon.
TopCoder SRM 511 will be conducted today at 17:00 GMT
Good afternoon.
Good afternoon.
- Inline classes from your library into single file
- Eliminates unused code from it
- Stores tests and then you can test your solution on all of them with one click
- Sometimes "Delete task" do not delete .task file. You can do taht manually
- Do not removes unused methods that are cyclically called
- Never removes method that implements interface/overriding super method if class is retained and super class is retained
- Never removes main method no matter what signature it has
- Do not supports static imports
- Add plug-in buttons on main toolbar (Customize Menus and Toolbars -> Main Toolbar -> Add after... -> Plug-ins -> Contest helper)
- Press "New Task".
- New class will be created where you must implement solve interface. Arguments for this interface are test case index (1 based), InputReader and PrintWriter. You may extend capabilities of InputReader by editing corresponding class in utils module
- "Edit test" allows you to add and edit tests for current task
- When you want to run or debug code on your tests push "Run Task" button. After it finish it work you may run one of predifined configurations (Run - for running created file from module test and Debug - for debugging in module main/lib. Same with Tester runs/debugs on tests you enetered)
- You need to do "Run Task" every time you entered new test/before submitting to server (it is advised to do it after each change to avoid forgetting doing it before submitting)
- You need to submit file "Main.java" from module test to server







