Larry,
Can you explain the ways?
Search found 94 matches
- Sat Apr 17, 2004 8:39 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10633 - Rare Easy Problem
- Replies: 37
- Views: 19857
- Sat Apr 17, 2004 8:12 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10633 - Rare Easy Problem
- Replies: 37
- Views: 19857
- Fri Apr 16, 2004 9:38 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10633 - Rare Easy Problem
- Replies: 37
- Views: 19857
- Sat Jan 03, 2004 1:10 pm
- Forum: Other words
- Topic: "Updated Problem for download" -- really updated ?
- Replies: 1
- Views: 1040
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...

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...
- Sat Jan 03, 2004 10:04 am
- Forum: Off topic (General chit-chat)
- Topic: Happy New Year :-)
- Replies: 11
- Views: 5394
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...
- Sat Dec 27, 2003 4:18 pm
- Forum: Volume 3 (300-399)
- Topic: 358 - Don't Have A Cow
- Replies: 52
- Views: 12028
- Sat Dec 27, 2003 2:18 pm
- Forum: Volume 3 (300-399)
- Topic: 358 - Don't Have A Cow
- Replies: 52
- Views: 12028
358 : Confused !
I thought that the following eqn is enough for this problem... but it isnt.
But I dont understand why...
What's wrong with this?
Code: Select all
Area(Rope) = Area(R) * p
PI * Rope^2 = PI * R^2 * p
Rope = R * sqrt(p)
What's wrong with this?
- Sun Dec 14, 2003 11:14 am
- Forum: Volume 105 (10500-10599)
- Topic: 10500 - Robot maps
- Replies: 45
- Views: 14566
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 ...
- Sat Dec 13, 2003 12:49 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10000 - Longest Paths
- Replies: 160
- Views: 39886
- Sat Dec 13, 2003 12:17 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10000 - Longest Paths
- Replies: 160
- Views: 39886
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?
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?
- Sat Nov 08, 2003 4:27 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10293 - Word Length and Frequency
- Replies: 18
- Views: 8364
- Fri Nov 07, 2003 9:17 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10576 - Y2K Accounting Bug
- Replies: 11
- Views: 6462
- Fri Nov 07, 2003 9:15 pm
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 53485
- Mon Nov 03, 2003 1:15 pm
- Forum: Other words
- Topic: Log in ID and Display Name
- Replies: 1
- Views: 945
is it important?
This kind of stuff is not so important for the purpose of this board.
- Sun Nov 02, 2003 10:38 am
- Forum: Volume 100 (10000-10099)
- Topic: 10035 - Primary Arithmetic
- Replies: 328
- Views: 67081
Input:
Output:
I think there is no special input. Best of Luck
Code: Select all
9999 1
9992 8
9898 2
11111 0
1000 999
9 1
0 0
Code: Select all
4 carry operations.
4 carry operations.
2 carry operations.
0 carry operation.
0 carry operation.
1 carry operation.