What will happen ?
Hello everyone,I have a query in my mind..... What will happen if any user comes first in top contributer list of month?Is he/she will be awarded by prizes ?Thanks in advance!!!
View ArticleTopcoder SRM 581
For those interested SRM 581 match starting at 6:30 this morning.I u are starting this sleepy morning or ending a hectic night out, maybe something to cheer u up.
View ArticleOnline Mobile development competition
We want to organize an online mobile development competition , we want codechef as our sponsor how can it help us.
View ArticleIs there any option to know who is upvoting or downvoting our questions and...
Is there any option to know who is upvoting or downvoting our questions and answers? I have seen some nice questions downvoted ??Example : 1.Example 12.Example 23.Example 3
View ArticleATM problem - What test cases are failing in this case?
In the ATM Problem I submitted this code in Python 2.7def p(): draw, balance = map (float,raw_input().split()) if draw % 5 == 0 and draw <= (balance + 0.5): balance -= (draw + 0.5) print "%.2f"...
View ArticleHow to increase ?
Hello everyone,Can anyone tell me that how can I increase my reputation so that I can vote for questions & comments .
View ArticleWhat is a "community wiki"?
What is a community wiki and when is a question marked as a community wiki?
View ArticleAll possible permutations of a string when duplicates are present??
Given a string how can we print all permutations of a string when duplicates are present??I know the solution when no duplicates are present using back tracking# include <stdio.h> /* Function to...
View ArticleReproducing Code
it sometimes becomes hard to reproduce some code precisely correctly.. for eg.. once i wrote a program for RMQ using segment trees... it took me real time to understand the topic.... but if someone...
View ArticlePALIN: getting Runtime error
#include<stdio.h> #include<string.h> int copystring(char *a,long int mid1,long int mid2); int start(char *a); int check(char *a,long int mid1,long int mid2) { if(mid1<0) return 1;...
View ArticleRecommended IDE for c++
Hi,Suggest me some good IDE for c++. I newly installed windows and searching some good IDE. I have no idea what you people code on. All suggestions are welcomed.Regards lallu1
View ArticleWhy is Code Chef "Non-Profit" instead of "Commercial"
Why is Code Chef "Non-Profit" instead of "Commercial" There are two revenue models that I can see in this type of platform. 1. Hacker Rank / Interview Street type : You can function like an HR firm...
View ArticleSome More Homework
When running my code locally, all of my test cases pass. I would appreciate a positive test case that fails on my code or some help identifying a bug. I'm sure I have overlooked something. Thanks for...
View ArticleApplication development
i was thinking of developing some application for my summers in c++ . All i know is c++(till STLs ).. can someone please guide me through the startup....thanks in advance.
View ArticleUnethical Karma Farming
Karma in Indian religions is the concept of "action" or "deed”, and it seems some of our users have been indulging in hoggish deeds. It hurts us that they are using wrong means to gain karma points....
View ArticleTips for New Programmer
Hello!Im new to codechef and competitive programming. Im here to participate in june contest which i came to know through facebook. Please suggest me some tips to start of with codechefI'm sorry if i...
View ArticleHow to generate 64 bit .dll which gcc compiler or other. Can't load IA 32-bit...
Hi I didn't find solution how to create 64 bit dll. And use it's native c++ methods. I use Java code metodynatywne.java :`class metodynatywne { static { System.loadLibrary("metodynatywne"); } native...
View ArticleExplain Faster I/O Method
Im Also Interested to Use Faster I/O methos in my programme.When I had gone through some solutions I have seen this code snippet in most of them used for fast input and fast output Can Anyone explain...
View ArticleDevelopment of TIC-TAC-TOE in C
I am new to codechef. I have understood MiniMax algorithm thoroughly. But unable to implement it in C language. Please help me doing this. I am highly thankful of you.
View Article