Quantcast
Channel: CodeChef Discuss - latest questions
Viewing all articles
Browse latest Browse all 40121

God Code.....

$
0
0

A code Which can solve all problem of a contest...

Guys this is a very interesting code for this contest

The code is

int main()
{
    int d, T =1;
    while(scanf("%d",&d)!=EOF) {
               printf("Case #%d: \n", T);
               T++;
    }
    return 0;
}

By using this code you can solve all 4 problem of this contest please use this...

Because the problem setters want only blank output file with

Case #1:  
Case #2:

like this...

Happy Coding....


Viewing all articles
Browse latest Browse all 40121

Trending Articles