Search found 4 matches

by d12ag0n
Wed Oct 12, 2005 5:56 am
Forum: Volume 109 (10900-10999)
Topic: 10908 - Largest Square
Replies: 37
Views: 23863

thank you tan_Yui.
I have found my stupid mistake.
I got AC ... :D :D :D :lol: :lol: :lol:
by d12ag0n
Tue Oct 11, 2005 11:35 am
Forum: Volume 109 (10900-10999)
Topic: 10908 - Largest Square
Replies: 37
Views: 23863

i'm getting WA with my code ... my code have passed the test case above ... could anyone help me ??? here is my code #include <stdio.h> int n,x,y,q,i,r,c,rad; char map[105][105]; int main() { #ifndef ONLINE_JUDGE freopen("10908.in","r",stdin); freopen("10908.out","...
by d12ag0n
Tue Oct 11, 2005 11:25 am
Forum: Volume 109 (10900-10999)
Topic: 10908 - Largest Square
Replies: 37
Views: 23863

could anyone give me some critical test cases. I got WA with my code ... here is my code .... #include <stdio.h> int n,x,y,q,i,r,c,rad; char map[105][105]; int main() { #ifndef ONLINE_JUDGE freopen("10908.in","r",stdin); freopen("10908.out","w",stdout); #endif...
by d12ag0n
Sat Aug 06, 2005 7:58 am
Forum: Algorithms
Topic: Anagrammatic Primes
Replies: 0
Views: 856

Anagrammatic Primes

Could any one give me some algorithms to solve this problem ???
please ...

Go to advanced search