Search found 10 matches

by navid_a2b
Mon Nov 06, 2006 8:45 pm
Forum: Volume 110 (11000-11099)
Topic: 11083 - Zeroes Revisited
Replies: 13
Views: 8195

My program gives the correct output to sample and all test data in board ,
but I'm still getting WA , can anyone help me , here is my code :
#include <iostream>
#include <memory>
#include <cmath>
using namespace std ;

#define maxBase 100001
int maxPrimeFactor[maxBase] ;

int main ...
by navid_a2b
Sun Nov 05, 2006 5:22 pm
Forum: Volume 111 (11100-11199)
Topic: 11116 - Babel Towers
Replies: 12
Views: 7402

Thanks elif and stubbscroll !
I got AC ;)
by navid_a2b
Sun Nov 05, 2006 1:22 pm
Forum: Volume 111 (11100-11199)
Topic: 11116 - Babel Towers
Replies: 12
Views: 7402

center of mass of block 1 is ( x=9 , y=9 ) which is on the surface of
block 0 , Could you tell me why is it unfeasible ?
by navid_a2b
Fri Nov 03, 2006 4:19 pm
Forum: Volume 111 (11100-11199)
Topic: 11116 - Babel Towers
Replies: 12
Views: 7402

can anyone help me ? why i'm getting WA ?

Code: Select all

code removed
by navid_a2b
Sat Oct 28, 2006 11:12 pm
Forum: Volume 111 (11100-11199)
Topic: 11140 - Little Ali's Little Brother!
Replies: 28
Views: 16304

input:

5

2 2 1
.*
*.

5 5
.....
.....
...*.
.....
.....

4 4 6
.*..
.**.
..*.
..*.

4 4
.*..
.**.
..*.
..*.

4 4
....
**..
.*..
....

3 3
*..
*..
*..

2 2
*.
**

4 4
.*..
.**.
..*.
.**.

4 4
....
.**.
.**.
....

4 4 1
.*..
.***
.***
****

3 3
**.
***
***

3 3 1
...
...
...

2 2
..
*.

3 3 1 ...
by navid_a2b
Fri Oct 27, 2006 6:58 pm
Forum: Volume 111 (11100-11199)
Topic: 11140 - Little Ali's Little Brother!
Replies: 28
Views: 16304

can anyone help me by giving a case which my code fails to answer properly ? thanks

Code: Select all

removed
by navid_a2b
Thu Oct 26, 2006 4:28 pm
Forum: Volume 111 (11100-11199)
Topic: 11136 - Hoax or what
Replies: 31
Views: 23106

thank you Darko , "%lld" was the matter , i got AC only changing this.
by navid_a2b
Thu Oct 26, 2006 3:57 pm
Forum: Volume 111 (11100-11199)
Topic: 11136 - Hoax or what
Replies: 31
Views: 23106

hello , can anyone tell me what's wrong with my code ? or give me a case
which my code fails to respond correctly ?thanks in advance

Code: Select all

removed
by navid_a2b
Mon Oct 02, 2006 9:36 pm
Forum: Volume 111 (11100-11199)
Topic: 11106 - Rectilinear Polygon
Replies: 33
Views: 12117

thanks little joey !

I got AC thiniking on your input set :D
by navid_a2b
Mon Oct 02, 2006 4:50 pm
Forum: Volume 111 (11100-11199)
Topic: 11106 - Rectilinear Polygon
Replies: 33
Views: 12117

can any one tell me what is wrong with my code ? thanks in advance

Code: Select all

removed

Go to advanced search