Search found 1 match

by tahmiid
Sun Jul 31, 2011 4:27 pm
Forum: Volume 120 (12000-12099)
Topic: 12036 - Stable Grid
Replies: 2
Views: 2169

12036 - Stable Grid

helo...
i think there is something wrong in my logic. bt i cant figure it out. someone plz help me. here is my code (WA)...
#include<stdio.h>

int main(void)
{
long long int flag,t,n,arr[109][109],i,j,k,l,m;

scanf("%lld", &t);

for(i=1; i<=t; i++)
{
long long int count[109][109]={0 ...

Go to advanced search