Codeforces и Polygon могут быть недоступны в период с 6 декабря, 22:00 (МСК) по 7 декабря, 00:00 (МСК) в связи с проведением технических работ. ×

Блог пользователя yash_daga

Автор yash_daga, история, 27 часов назад, По-английски

We invite you to participate in CodeChef’s Starters 163, this Wednesday, 4th December, rated upto 5 stars (i.e. for users with rating < 2200).

Time: 8:00 PM — 10:00 PM IST

Joining us on the problem setting panel are:

Written editorials will be available for all on discuss.codechef.com. Pro users can find the editorials directly on the problem pages after the contest. The video editorials of the problems will be available only to Pro users.

Also, if you have some original and engaging problem ideas, and you’re interested in them being used in CodeChef's contests, you can share them here. Hope to see you participating.

Good Luck!

  • Проголосовать: нравится
  • +28
  • Проголосовать: не нравится

»
5 часов назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

BUMP

Contest starts in about 40 mins

»
5 часов назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

hopefully it wont be a bunch math puzzles.

»
4 часа назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

virtual memory exhausted: Cannot allocate memory what's going on ? i keep getting this error

  • »
    »
    4 часа назад, # ^ |
    Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

    In which problem? and what's the language you're using? Usually you get this if code is using more than 1.5GB of the default available memory.

»
2 часа назад, # |
  Проголосовать: нравится +14 Проголосовать: не нравится

The problems were very good today.

»
2 часа назад, # |
Rev. 2   Проголосовать: нравится +18 Проголосовать: не нравится

variables in tree sum question was given in wrong order to what is mentioned.

»
2 часа назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

good problems today !

»
2 часа назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

For Nice Array problem, I tried the same approach kind of approach in c++ which was given in the editorial. Strangely, it was giving a wrong answer. Why is it so? I made sure to use ceil division (x+k-1)/k to calculate the ceil of the number!

»
90 минут назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

debug my code is not working !