Search found 10 matches

by amin__
Tue Aug 16, 2011 10:59 pm
Forum: Volume 8 (800-899)
Topic: 836 - Largest Submatrix
Replies: 19
Views: 13388

Re: 836 Largest Submatrix

hello can anybody help me ??? I am getting repeatedly Runtime Error in my code...please help..
here is my code


#include<cstdio>
#include<cstring>

int main()
{
long T,i,j,k,l,len,len1,max,val,m,n;
int grid[100][100];
char str[100000];

scanf("%ld",&T);
getchar();
getchar();
//getchar ...
by amin__
Tue Aug 16, 2011 3:45 pm
Forum: Volume 113 (11300-11399)
Topic: 11348 - Exhibition
Replies: 24
Views: 14760

Re: 11348 - Exibition

here this is my code..and I cant find any bug..please help me.....



removed after acc...

thank you mahedi...
by amin__
Sun Aug 14, 2011 7:21 pm
Forum: Volume 103 (10300-10399)
Topic: 10337 - Flight Planner
Replies: 20
Views: 12774

Re: 10337 - Flight Planner

hello brother LucasSchm,

your thinking
"you are not allowed to go down to altitude 0, except at starting and landing"

I am confused with this..because my code allows to go down to altitude 0 at any level of path...and it AC.
so I think it is not a major bug...as my code the following case output ...
by amin__
Sat Jul 30, 2011 2:44 pm
Forum: Volume 120 (12000-12099)
Topic: 12028 - A Gift from the Setter
Replies: 2
Views: 2204

Re: 12028

I did not understand your code completely..but I think there is a problem in the for loop in sum routine..

I randomly choose two input and they fail in your solution...inputs are:
2
10 10 10 12
10 10 10 100

output should be
Case 1: 4639073
Case 2: 5240402

hope these will help :)
by amin__
Sat Jul 30, 2011 9:54 am
Forum: Volume 120 (12000-12099)
Topic: 12024 - Hats
Replies: 5
Views: 4638

12024 - Hats

need some i/o...can anyone help me???
by amin__
Fri May 13, 2011 10:38 pm
Forum: Volume 119 (11900-11999)
Topic: 11908 - Skyscraper
Replies: 6
Views: 3035

11908

hello I am getting wa in this problem and need some critical cases..Can anyone help me??
by amin__
Thu Apr 21, 2011 6:29 pm
Forum: Volume 113 (11300-11399)
Topic: 11348 - Exhibition
Replies: 24
Views: 14760

11348 - Exibition

can anybody give me some critical cases for this problem?? Um feeling helpless by getting WA for many times :(
by amin__
Thu Apr 21, 2011 6:26 pm
Forum: Volume 113 (11300-11399)
Topic: 11348 - Exhibition
Replies: 24
Views: 14760

getting WA 11348

anyone can give me some critical case for this problem?? I am getting wa repeatedly in this problem and feeling helpless :(
by amin__
Tue Jan 25, 2011 10:45 pm
Forum: Volume 8 (800-899)
Topic: 825 - Walking on the Safe Side
Replies: 38
Views: 27750

getting WA 825

hello dear friends,
what is the bug in my code???
I have failed to find out...please help me...
getting wrong answer mercilessly :(

#include<cstdio>
#include<cstring>

long long mem[1000][1000];
int main()
{

int w,n,i,k,j,C,l,linef;
char str[10000],subs[10000];
scanf("%d",&C);
getchar ...
by amin__
Tue Jan 25, 2011 10:41 pm
Forum: General
Topic: getting WA
Replies: 0
Views: 2518

getting WA

hello dear friends
can anyone help me with this problem?? I have checked almost all case posted before but my code gives correct output..can anyone help me to find bug of my code??? please help..

here is my code...

#include<cstdio>
#include<cstring>

long long mem[1000][1000];
int main()
{

int w ...

Go to advanced search