chef and func
what is output if -(10^11)%(10^9+7)?? is it ans + (10^9+7) or ans%(10^9+7)+(10^9+7)???
View Articlealternative for nested loops in c
if there any alternative for nested loops to reduce execution time?
View Articlewrong answer for problem codechef and subarray
i m getting wrong answer but when i run the problem on my system i m getting correct answer for various inputs i want to know that for which input my code produces wrong output
View Articlequestion regarding [forgot passward]
plz provide answer for following qstn 1) .00000 2) 00000 3) 000.00 4) 00567000 5)-0.0
View ArticleSIGABRT error in FORGETPW (C++)
My code for FORGETPW is running fine on my pc , but when i am submitting my solution on codechef i am getting SIGABRT error. I am coding in c++. Please Help !!!!
View ArticleClarification in Forgot Password
Can anyone give me more test case because my program is working properly for the given test cases but it is showing wrong answer
View ArticleFacebook application
It is necesary to have a webspace to build a facebook application for any platform.?
View ArticleSubmit external contest's question's
can you submit external contest's answer's after it's over just to check whether am i right or wrong?
View Articleclarification in Forgot Password
'decimal number' does it mean that S evaluates to be like "-034920.20390942" or "+03948.234829300" after the replacements?
View Articleconverting Jframe content to html
I have made one Jframe graphic application.. is it possible to execute that graphic same as it is in html file. If yes...then how?
View ArticleDoubt regarding forget password
What does the following statement imply? The total length of S in a single input file will not exceed 10^6.
View Articleforgetpw input
For the forgetpw question what i have done to read the encrypted password is to declare an array S of length 10^6 and then cin>>S.Is the approach correct
View ArticleChef and Digit Jumps
I have my solution with code SIGSEGV. How many memory I can use in this problem?I have 2 arrays of N and 1 vector<int> structure with max sum of element = N? what's a problem?
View ArticleChef and Digit Jump JUNE14 Challenge
What does this mean??? i - 1 (Si-1) and i + 1 (Si+1)Can somebody explain the 2nd test case Input: 012134444444443Output: 4The jump sequence mentioned is 1-2-4-5-15. I am not able to understand how we...
View ArticleTime execution
for a time limit of 1 sec ,what is the maximum number of loops that i can expect to have in a program (neglecting the effect of fast input/output)?
View ArticleINTEST in Python
I have done with several submissions for enormous input test in Python2.7 I tried with, import psyco psyco.full() also. Here are some approches I used, 1) I taken all input at once,and then find final...
View Articlequestion on small factorials problem(easy).
i have solved the problem using linked list. the solution is working well on my system's compiler but on codechef it is showing a runntime error. Please tell me what is the problem ASAP. this is my...
View ArticleTPRODUCT: Getting wa
I am getting a wrong answer for the practice problem TREE PRODUCT. Can anyone tell me the problem with my solution? It seems to be a pretty straightforward question and I am quite sure the logic I am...
View ArticleHelp understanding Question MAXPR
Does the Question say that the sub sequence s[1],s[2], .....,s[k] be the continuous elements of array a, but not randomly picked elements in an ascending order.For exampleLet A= {...
View Article