Search found 1 match

by sachin1984
Mon Jul 14, 2008 10:07 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110643

WA in Problem 101

My code gives correct output for all the sample test cases given, but still i m getting WA, I will be very grateful if somebody helps me out with this: My code follows

#include <stdio.h>
#include <string.h>
static int row;
static int col;

int getAction()
{
int result;
int num;
int m, i = 0 ...

Go to advanced search