Предлагаю обсуждать здесь всего, что касается Codeforces Beta Round #3. Конечно, во время соревнования запрещено писать что-либо, касающееся решения задач и т.п.
На время этого контеста мы выключили чат-сервер. Это не значит, что в будущем его не будет - я думаю это удобный и оперативный способ общения во время соревнования и его стоит ждать в будущем.
Так же, пользуясь моментом, хочу анонсировать Codeforces Beta Round #4, который пройдет на следующей неделе. Он будет рассчитан на участников из второго дивизиона (новички + те, к кого рейтинг менее 1500). Мы постараемся не задерживаться с Codeforces Beta Round #5, в котором смогут принять участие все.
Желаю высокого рейтинга,
MikeMirzayanov
на топкодере сложилась хорошая традиция: желать всем удачи до начала контеста
пусть такая традиция сложится и здесь, желаю всем удачи, gl&hf =)
Может где-то и написано, я не нашел.
Но как считывать и выводить long long?
%lld дает WA.
с потоками CE
С потоками не может быть CE, это поддерживается всеми компиляторами современными, да и сегодня работало.
А вместо %lld можно попробовать %I64d, вечно на разных компиляторах работает то один, то другой.
Скобочку от printf не удалил и послал.
Problem A: It said that both the first and second lines would contain t. I had no idea where to report it but I guess everyone was able to get around it.
Problem B: It was not clear at first that the second line of output should be a space separated list, again I had to guess and hope for the best. For that matter, I wish the example required two vehicles in output...
Problem C: Nice trickiness.
Problem D: I wish I didn't lose so much time on implementation of the other three problems because this seems like the only truly interesting one of the set :)
I like that it tells you the number of test it is running.
At one moment I had two tests in queue for the same problem, because I noticed too late that the first one was running 1000 random test cases... I think that instead of having both soltuions in the queue, after submitting the second one, the first should get a "Cancelled" and get penalization. Else you could just submit slow solutions and forbid queue usage from the rest of the teams...
В задаче С я получил "Ошибку представления данных на тесте 51", затем мне пришло в голову убрать перевод строки при выводе ответа :), и я получил "Ошибку тестирования" (но вроде этот вердикт не засчитался, как неудачная попытка, так что претензий по этому поводу нет). После этого я вернул прежнее решение с переводами строк и оно оказалось верным. Насколько я понимаю, это ошибка системы. Можно пересчитать моё штрафное время с учётом этого?
Я вот в дорешивании тоже получил ошибку представления данных на 113 тесте.
Убрал везде << endl; и получил Accepted.
Hello, maybe I missed that while reading other posts regarding the contests. Is there some pseudoconstant defined on the server? It would be a nice thing, in that case the contestants won't have to deal with streams.
For example, right now I use the following trick:
#ifndef USE_ONLINE_JUDGE
freopen("input.txt","rt",stdin);
freopen("output.txt","wt",stdout);
#endif
And before sumbitting I have to add the line manually in the beginning of the source code:
#define ONLINE_JUDGE
А размораживать вместе с обновлением рейтинга.
I think it will be helpful (for educational purpose) because it's quite difficult to find bugs when the solution fails in tricky case.
Thank you for suggestion. I'm interested in how other people debug during competitions, especially when the solution fails several times. Do you use stress-test?
But I think it would be nice if test data are published because it's not always possible to solve problems by oneself.
Tests are not published mainly in the online archives, which are rating.
By the way, If you want to solve the problem yourself, nobody forces you to watch tests.
Может кто-нибудь подскажет в чем дело?
Например, "Задача" - "Что", "Язык" - "На чем", "Вердикт" - "И как" и т. д. :)
Так же очень хочется видеть историю изменения рейтинга (и своего и чужого, например, как это сделано на TC)
It was compiler's problem related to printf. (I'm not complaining, because it's not CodeForces's fault at all.) But I suggest to publish test data and enable us to run solutions on the CodeForces's system to find such bugs as easy as possible.
...
...
.X.
...
...
OX.
...
...
OX.
..X
...
OXO
..X
...
OXO
..X
.X.
OXO
..X
.XO
OXO
X.X
.XO
OXO
X.X
OXO
OXO
XXX
OXO
Где illegal? По-моему все норм.
Раз уж все равно подняли тему - чат когда-нибудь снова появится?Can someone help me? 10970260 is my submission ID, which is getting invalid output format. Although it is giving correct output format on my machine.
The link for the tutorial is broken?
I mean the link shown in the contest material part in http://codeforces.me/contest/3/
edit: Dont quite understand the downvotes... Is this actually fixed?