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:
Setters: Kanhaiya notsoloud1 Mohan, M.Sohel , Souryadeep souradeep.99 Paul, Warawreh, wuhudsm wuhudsm, Prajwal procodgok Singh, Gheorghies Gheal Alexandru, Jay JaySharma1048576 Sharma
Tester: Manan mexomerf Grover.
Statement Verifier: Kanhaiya notsoloud1 Mohan
- Text Editorialists: Nishank IceKnight1093 Suresh.
- Contest Admin : Yash yash_daga Daga.
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!
Hoping for some interesting math problems :) and no weird n=1 edge cases.
Lol,I found EXPEDIAM very easy but couldn't solve PERMSORT, anyway nice set of problems.
In Chef and Product, why is python solution not ac on last case, but same approach passes on c++?
Python C++
In Python math.sqrt is not trustworthy use binary search instead.
Btw, is floor(sqrtl(n)) the correct way to take square root of integers(long long)? sarthakjoleya
would prefer binary search anyday.
Can anyone tell me where my code is failing for Problem : EXACTSAVINGS
your code is failing everywhere