cookoff_code
//what is wrong with the code for cookoff questioninclude<iostream>using namespace std; int main() { int T,N; int cakewalk=0,simple=0,medium=0,hard=0,easy=0; cin>>T; while(T!=0) {...
View ArticleConcatenation of Strings C++
I recently came to know that the operator+ is overloaded in c++ to concatenate two strings but it is highly inefficient(Complexity: linear in terms of resulting string). I searched about it but could...
View ArticleSubmit button in google chrome gmail not working but works in internet explorer
What can I do to get the submit button in google chrome gmail to work when responding to emails I recieve?
View ArticleCodechef Rating Predictor
Hello everyone!Codechef Rating PredictorThe delay in previous month rating changes + inspiration from CF Predictor and for the practice of a web-application, i tried to write a script that can predict...
View ArticleFRUITS - Editorial
PROBLEM LINK:PracticeContestAuthor:Sunny AggarwalTester:Vasya AntoniukEditorialist:Pushkar MishraDIFFICULTY:CakewalkPREREQUISITES:Ad-hocPROBLEM:Given are the number of apples ($N$) and oranges($M$) and...
View ArticleIs there any option to check for exactly which testcase our programs is...
I am new to programming on CODECHEF. I am experiencing this problem in which my program runs perfectly for the given test cases in questions but says wrong answer while submitting. I want to know is...
View ArticleFirst Google Your Doubt Then Codechef Discuss
I have seen many person who are just posting questions which have a direct link on one google search.1) If there is a direct link for that question then asking that question is not very helpful.2) If...
View ArticleWhat's wrong with this CODE (TTENIS)
Here is my code: Solution The expected output is also produced and the limits of the variables is also satisfied. The output format is also correct. Is it that we don't have to print leading zeros?...
View ArticleConcatenation of Strings C++
I recently came to know that the operator+ is overloaded in c++ to concatenate two strings but it is highly inefficient(Complexity: linear in terms of resulting string). I searched about it but could...
View ArticleSubmit button in google chrome gmail not working but works in internet explorer
What can I do to get the submit button in google chrome gmail to work when responding to emails I recieve?
View ArticleCodechef Rating Predictor
Hello everyone!Codechef Rating PredictorThe delay in previous month rating changes + inspiration from CF Predictor and for the practice of a web-application, i tried to write a script that can predict...
View Articlepython runtime error
I have written a python code for this problem .Its the easiest sum in this competition and runs on my local machine perfectly .This is the first time i am posting the code in python and the FAQ is not...
View ArticleCS Academy Round #51 (Div. 2 )
Hi all,I would like to invite you to CS Academy's next contest which takes place today. You will have to solve 5 problems of varying difficulty in 2 hours.You are welcome to join. Good luck!
View ArticleCS Academy Round #35 with Prizes
Hi all,I would like to invite you to CS Academy's next contest which takes place on Wednesday. There will be 3 money prizes awarded to the top 2 participants + 1 random prize. You can find out more...
View Articlemaximum weight difference problem showing wrong answer
can anyone please tell why it is showing wrong answer ..... https://www.codechef.com/viewsolution/9578824
View Article