Search found 94 matches

by Sajid
Sat Apr 17, 2004 8:39 pm
Forum: Volume 106 (10600-10699)
Topic: 10633 - Rare Easy Problem
Replies: 37
Views: 23028

Larry,
Can you explain the ways?
by Sajid
Sat Apr 17, 2004 8:12 pm
Forum: Volume 106 (10600-10699)
Topic: 10633 - Rare Easy Problem
Replies: 37
Views: 23028

hmm, I guess, I did simple mistake in the contest. I checked only previous ten number of the calculated number....
anyway, got AC now
by Sajid
Fri Apr 16, 2004 9:38 pm
Forum: Volume 106 (10600-10699)
Topic: 10633 - Rare Easy Problem
Replies: 37
Views: 23028

How can we detemine about the multiple answer...?
(we can find out a number easily by the formula)
by Sajid
Sat Jan 03, 2004 1:10 pm
Forum: Other words
Topic: "Updated Problem for download" -- really updated ?
Replies: 1
Views: 1355

hellopopel ;)

Popel, Welcome to this community after long time... :)

Actually, the Algorithmic team is not the authority, they are from us and they are engaged in their individual jobs.

and yes, the Problemset for download is not updated correctly, I can see that...
by Sajid
Sat Jan 03, 2004 10:04 am
Forum: Off topic (General chit-chat)
Topic: Happy New Year :-)
Replies: 11
Views: 6312

Shuvo Nobobonrsho

Happy New Year 11111010100, everyone. Wish, we'll see very good programming practice in this year. Moni bhai, we are only Bangali poster in this topic... :) Shuvo Noboborsho to you too. Lots of contest are in front of us this year. Personally, I have many real contests, plz pray for me. ... and abo...
by Sajid
Sat Dec 27, 2003 4:18 pm
Forum: Volume 3 (300-399)
Topic: 358 - Don't Have A Cow
Replies: 52
Views: 15177

Well, Yes, I knew that this eqn is wrong...
But I wanted to know that what's wrong?

I am not confused to get WA...
by Sajid
Sat Dec 27, 2003 2:18 pm
Forum: Volume 3 (300-399)
Topic: 358 - Don't Have A Cow
Replies: 52
Views: 15177

358 : Confused !

I thought that the following eqn is enough for this problem... but it isnt.

Code: Select all

Area(Rope) = Area(R) * p
PI * Rope^2 = PI * R^2 * p
Rope = R * sqrt(p)
But I dont understand why...

What's wrong with this?
by Sajid
Sun Dec 14, 2003 11:14 am
Forum: Volume 105 (10500-10599)
Topic: 10500 - Robot maps
Replies: 45
Views: 17196

Can anyone tell me what is the north direction for this problem? I guess its the upward direction ([i-1][j]). I simulate the program using the given order, I think ROBOT can go only 1 path (direction), never come back. on the way, it defines the states of the blocks of the four direction from it's ...
by Sajid
Sat Dec 13, 2003 12:49 pm
Forum: Volume 100 (10000-10099)
Topic: 10000 - Longest Paths
Replies: 160
Views: 51302

I did so, but now gets WA...What is the problem now? :-?
by Sajid
Sat Dec 13, 2003 12:17 pm
Forum: Volume 100 (10000-10099)
Topic: 10000 - Longest Paths
Replies: 160
Views: 51302

Using BFS

I solved this problem using DFS long ago.
After the rejudgement, I got TLE.

Now, I used BFS to solve this problem. But its get RTE always. I increased the Queue size a lot. but still RTE. (Using Circuler Queue, I got WA).

What can I do now?
by Sajid
Sat Nov 08, 2003 4:27 pm
Forum: Volume 102 (10200-10299)
Topic: 10293 - Word Length and Frequency
Replies: 18
Views: 9899

I dont use cin or cout, :-?
since I am comfortable with C
.
by Sajid
Fri Nov 07, 2003 9:17 pm
Forum: Volume 105 (10500-10599)
Topic: 10576 - Y2K Accounting Bug
Replies: 11
Views: 7626

Caesum,
I could find it out, but what about 2nd case and deficit ?
by Sajid
Fri Nov 07, 2003 9:15 pm
Forum: Volume 6 (600-699)
Topic: 673 - Parentheses Balance
Replies: 243
Views: 72916

umm, check with few large array size, like 130 or 132.
by Sajid
Mon Nov 03, 2003 1:15 pm
Forum: Other words
Topic: Log in ID and Display Name
Replies: 1
Views: 1139

is it important?

This kind of stuff is not so important for the purpose of this board.
by Sajid
Sun Nov 02, 2003 10:38 am
Forum: Volume 100 (10000-10099)
Topic: 10035 - Primary Arithmetic
Replies: 328
Views: 93338

Input:

Code: Select all

9999 1
9992 8
9898 2
11111 0
1000 999
9 1
0 0
Output:

Code: Select all

4 carry operations.
4 carry operations.
2 carry operations.
0 carry operation.
0 carry operation.
1 carry operation.
I think there is no special input. Best of Luck

Go to advanced search