yash_daga's blog

By yash_daga, history, 4 months ago, In English

We invite you to participate in CodeChef’s Starters116, this Wednesday, 10th January, rated for till 6-Stars(ie. for users with rating < 2500). .

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

Please note that the contest duration is of 2 hours and 15 mins

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!

  • Vote: I like it
  • +60
  • Vote: I do not like it

»
4 months ago, # |
  Vote: I like it +55 Vote: I do not like it

Hoping for some interesting math problems :) and no weird n=1 edge cases.

»
4 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Lol,I found EXPEDIAM very easy but couldn't solve PERMSORT, anyway nice set of problems.

»
4 months ago, # |
  Vote: I like it 0 Vote: I do not like it

In Chef and Product, why is python solution not ac on last case, but same approach passes on c++?

Python C++

»
4 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Can anyone tell me where my code is failing for Problem : EXACTSAVINGS

My Code