Search found 1 match

by Shadekur Rahman
Mon Dec 21, 2009 3:31 am
Forum: Volume 109 (10900-10999)
Topic: 10908 - Largest Square
Replies: 37
Views: 26034

Re:

I am getting wa with my code. Can anyone help me what is wrong with my code?
Here is my code..

#include<iostream>

using namespace std;

int main (void)
{
int t,check = 1;

char in[100][101];

int m,n,i,j,k,l,q,e;

int r1,c1,r2,c2,t1,t2,t3,t4;

char c;

int count = 3 ;

int lin[20][2 ...

Go to advanced search