A code Which can solve all problem of a contest…
Guys this is a very interesting code for [this][1] 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…
[1]: http://www.codechef.com/CDNB2013