Search found 1 match

by bupean
Sat Aug 15, 2015 3:31 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110349

Re: 101 - The Blocks Problem

Here's my code for the Blocks Problem.
I have tried multiple test cases which the code satisfied.
But after submission, I am still getting "Wrong answer" as the verdict.
Can anyone please point out the mistake?

#include<stdio.h>
#include<stdlib.h>

int main()
{
/*Variable declarations*/
int n, i ...

Go to advanced search