All Comments Disabled
All Comments are disabled during live contest. participants are not able post their queries.Why is it so ?
View Articlei am new to codechef help me
i have solved this problem www.codechef.com/FEB14/problems/LCPESYand submitted, but its showing wrong, time exceed, runtime error why?i have tested it , my solution is 100% correct, please help me
View ArticleMAXCOUNT- Editorial
PROBLEM LINKSPracticeContestDIFFICULTYEASYEXPLANATIONThis was supposed to be a problem that anyone who knows basic programming could solve and I'm glad that it's satisfied our expectations.For the...
View ArticleLearn CUDA and Compete in Parallel Programming
Felicity Threads '14 by IIIT Hyderabad, brings to you one of its kind event, a High Performance Computing contest. Kernel Cruise is a parallelization contest, on CUDA Programming platform....
View ArticleCollege wise Codechef ratings- please see this site
Guys please check out this awesome site. You can add your code chef username and it will display rankings of users from your college. Please add your college if it is not present and then add usernames...
View Articlespoj question http://www.spoj.com/problems/JULKA/
#include <stdio.h> #include <string.h> #define MAX 111 char klaudia[MAX], natalia[MAX], total[MAX], diff[MAX]; void calc() { int len1 = strlen(total); int len2 = strlen(diff); int a, b, c,...
View Articlehelp fierce battles wa
http://www.codechef.com/viewsolution/3337330my code shows wa again and again showing correct ans for many test casesplease helpthanks in advance!!problem link: http://www.codechef.com/problems/DRGNBOOL
View Articlegetting correct answer on spoj for PRIME1 but getting wrong on codechef
i submitted solution for PRIME1 on spoj i got correct answer.but for the same problem here on codechef i'm getting wrong answer.please give me a test case where my solution is failing.questionmy...
View ArticleDirecti Coding Round Question
Can anyone help in finding o(n) or o(n log n) solution for this particular problem. Thanks in advance :)Our Chef is opening a new restaurant in the city. Today being the inauguration night of his new...
View ArticleSurvey - CodeChef Or TopCoder or Spoj
Dear all, We are going to make survey about best online programming environment (For novice and advance user).Which site is best suitable for you -1)CodeChef2)TopCoder3)SPOJ4)OtherYou can also suggest...
View Article0 1 kanpsack
hey why is that my code gives wrong answer ...:(//knapsack probleminclude<cstdio>include<iostream>int main() { int t,a,j,i,k,l,W;printf("enter the amount of the items\n");...
View ArticleApproach to become Good Programmer.
I really want to know that whats the ideal approach for becoming a good programmer? Whats the secret to solve the Codechef questions? Any External links, online tutorials, e-books are welcome. ANY help...
View ArticleEDITORIAL- CRANIUM 2014
The editorial of CRANIUM 2014 can be viewed here: http://bit.ly/1o4Ukkj Cheers! -Apoorv Jindal
View Articlewhat is problem in this why it's saying wrong answer
include <stdio.h>int main() { int x; float a;scanf("%d", &x); scanf("%f", &a); if(0< x <=2000 && 0<= a <= 2000) { if(x%5 == 0) { a = a - x-0.50; } } printf("%.2f", a);...
View Articleabout runtime error and how to overcome it
Hi, i was submitting first program in feb long challenge.it compiled succesfully int he terminal but when i posted it showed me a runtime error.. kindly help me out..
View ArticleProblem with LMATIX
Is there any problem with LMATIX? My previous AC solution is giving WA when i submit it again..
View Articlecolored array
tested for more than 100 cases...my code is correct..but its not accepting on the judge.. plz give special case...or any hint ..
View ArticleNZEC error in c
I m actually new to codechef platform.i wrote a code on codeblocks in c language.it ran properly giving correct output.But when i ma submitting it on code chef it is telling me runtime error.Kindly...
View ArticleObject problem in Java
What about the objects which we define outside static method ? how to use them ? Example:=> In the following code how to use object "obj1". I know "obj1" can't be used in static methods. But it can...
View Article