Привет, Codeforces!
Мы рады сообщить, что собираемся провести новый раунд на csacademy.com. Наш Бета раунд #8 пройдёт в Субботу, 02.07.2016 в 12:00 (Мск). Если вы хотите принять участие в этом раунде, вам необходимо зарегестрироваться перед началом соревнования. Как и в предыдущих раундах, будет две дивизии ( Div1 + Div2), с 7 заданиями различной сложности. Благодаря вашим отзывам и комментариям, мы решили немного изменить формат, добавив дополнительных несложных задач. Так что этот раунд будет состоять из 7 заданий разной сложности.
Что изменилось на сайте с бета раунда #7:
- Мы изменили главную страницу, теперь вы сразу видите чат, последние записи в блогах, расписание будущих контестов, а так же топ-лидеров.
- Мы добавили новые секции уроков:
- Введение в раздел "Графы"
- Поиск в ширину
- Введение в раздел "Cтеки"
- Применение Стеков: Солдаты в строю
- Ввели новый язык разметки для чата.
- Добавили смайлики в чат.
- Добавили LaTeX в чат.
- Запустили генератор графов.
- Добавили голосование за комментарии.
- Добавили новый цвет для имени пользователя.
Формат конкурса:
- Вам предлагается решить 7 задач за 2 часа.
- Мы обеспечиваем обратную связь на протяжении всего конкурса.
- Задачи не будут засчитываться частично: то есть либо вы выполнили задание, либо нет (ACM-ICPC-style);
- Оценки будут присваиваться в динамике: в зависимости от количества пользователей, которые справились с проблемой, оценка будет варьироваться от 100 до 1000;
- Помимо баллов, у каждого участника будет "пенальти", который будет учитываться при определении победителя.
О системе пенальти:
- Пенальти вычисляется по следующей формуле: время, потраченное на выполнение последнего выполненного задания + "пенальти" за каждую решённую задачу. "Пенальти" для каждой решенной задачи равен log2 (no_of_submissions) * 5.
- Решения, которые не компилируются или не подходят для примеров тестовых случаев игнорируются.
- После того, как вы решили задачу и отослали результат, вы можете поэкспериментировать с решением, все последующие ответы уже не будут учитываться.
Мы по-прежнему рекомендуем использовать обновленную версию Google Chrome. Если вы обнаружите какие-либо ошибки, пожалуйста напишите нам по адресу contact@csacademy.com или в комментариях
This judge has a lot of potential!
Congratuliations to its dedicated team for all the hard work! I can't wait to take part in the contest!!!
Who are the problem setters?
All the problems are created by the CSA team. You can try a virtual contest to get an idea about the difficulty of the contest. IMO this round will be a bit easier, though.
Hello, csacademy.com. I want to ask you about registration. Please, tell me why the system wrote me that e-mail is not correct? I write the following e-mail: my_address@gmail.com. The system wrote me that it was the wrong email address?
Why that might be?
Please, tell me which mail server this system believe is right.
Please, help me.
I will be very grateful.
With respect, 505alex.
Sorry for my bad English.
Yeah, I have same issues. Not only with gmail account, but also with mail.ru one.
The Google+ link works fine, but is it really the only way? (Probably along with FB link) I am really used to type my email and password, not really using G+/FB much.
We'll look into it, thanks for reporting.
Sorry for the inconvenience, everything should be working fine now.
Yes, now everything works. Thank you very much!
After a contest is over ,you should show the test cases for problems.
We are planning to implement this feature, but it will take some time. Mostly because we want to make sure there will be no bugs that allow the participants to view the tests during a contest.
Why was the TL for D so strict (1 second) if intended solution is ? And especially if the server volatility is so high?
I submitted the exact same code multiple times, and on the same test case it showed between 700ms (OK) — 1300ms (TLE). After a few attempts at optimizing, I just gave up and submitted the exact same code several times. I eventually got AC on the 28th attempt...
We're sorry for your troubles, we didn't mean to set the time limit so strict. Our solution passed in ~120ms. There were also many Java users who got AC on their first try.
I am unable to link my codeforces profile with my csacademy account.
There seems to be an issue with the Codeforces API. It's probably restricted because of the VK Cup final.
Great contest though. Will the rating be calculated for this round? :D
It has already been updated :)
Some solutions in problem B used map < string , int > directly to map the string.
What is the complexity of such a solution? Can someone explain?
The height of the red-black tree used for a map is O(log N), so storing a set of strings takes O(sum(lengths) * log N).
A feature which tells the difficulty of a task would be nicer. Otherwise ,the platform is really good.
It's on the TODO list :)