Search found 11 matches
- Tue Sep 20, 2005 5:59 pm
- Forum: Volume 7 (700-799)
- Topic: 706 - LCD Display
- Replies: 221
- Views: 62242
706
i am surprisesd with ur procedures function. Cann't u declare a three dimension array? Declare a 3 dimen array of 10 digit and display it with procedures.
- Sat Sep 17, 2005 1:06 pm
- Forum: Volume 1 (100-199)
- Topic: 105 - The Skyline Problem
- Replies: 160
- Views: 48555
- Sat Sep 10, 2005 3:26 am
- Forum: Volume 5 (500-599)
- Topic: 530 - Binomial Showdown
- Replies: 137
- Views: 47945
530
i use prime factorization for this problem. Generate upto 66000. Then add and substract power of the primes for multiplication and division. The resulting powers of primes are then multiply for getting ans.
- Sat Sep 10, 2005 3:17 am
- Forum: Volume 5 (500-599)
- Topic: 587 - There's treasure everywhere!
- Replies: 37
- Views: 6528
treasure
use these
x=10e-12; y=10e-12; as initialization. I think u will get ACC
x=10e-12; y=10e-12; as initialization. I think u will get ACC
- Sat Sep 10, 2005 3:01 am
- Forum: Volume 3 (300-399)
- Topic: 371 - Ackermann Functions
- Replies: 196
- Views: 49353
ABOUT 371
output the boundaries in sorted order.
- Sat Sep 10, 2005 12:33 am
- Forum: Volume 1 (100-199)
- Topic: 100 - The 3n + 1 problem
- Replies: 1394
- Views: 305444
reply on 100
do u handle this case?
i can be smaller than j.
i can be smaller than j.
- Sat Sep 10, 2005 12:29 am
- Forum: Volume 1 (100-199)
- Topic: 195 - Anagram
- Replies: 242
- Views: 54659
got the casesencibility of 195
i am very surprised how the case is treated in this problem(195). i got ur reply and taked to NAZMUL about it. Then i got ACC. So, thanks for help and reply DM.
------------------roni
------------------roni
- Fri Sep 09, 2005 5:46 am
- Forum: Volume 1 (100-199)
- Topic: 195 - Anagram
- Replies: 242
- Views: 54659
What's difference between 195 & 10098
my 10098 is acc. but get WA. Can anyone tell me their difference.
Any IO is usefull.
Any IO is usefull.
- Fri Sep 09, 2005 5:07 am
- Forum: Volume 101 (10100-10199)
- Topic: 10171 - Meeting Prof. Miguel...
- Replies: 68
- Views: 33426
Why WA 10171??
my code support all the input in this page. But, i get wrong answer.
i cann't know why? i choose 2 FW for both me and Prof. i think, i consider multiple edge. Can anyone tell my bug? any IO or help is helpfull.
if anyone want to see my code, i can post.
Please help!!!!!!!!!
i cann't know why? i choose 2 FW for both me and Prof. i think, i consider multiple edge. Can anyone tell my bug? any IO or help is helpfull.
if anyone want to see my code, i can post.
Please help!!!!!!!!!
- Tue Sep 06, 2005 9:00 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10171 - Meeting Prof. Miguel...
- Replies: 68
- Views: 33426
10171 WA? I SOLVED THE PREV POST'S IO
i build 2 different table for me, & Prof. i update each road everytime by checking if it is smaller than previous. Then i rum FW for both. Summing from 2 table, i out put the minimum. i check some input from board. It out right. Please someone check my logic & give some I/O or coding help. -...
- Sat Sep 03, 2005 1:13 am
- Forum: Volume 3 (300-399)
- Topic: 336 - A Node Too Far
- Replies: 121
- Views: 56361
336__HELPPPP!!!
:( i cann't get wrong of my code. It gets runtime error. Please help anyone. Is the numbers cannot be stored in long? here my code: #include<stdio.h> // RUNTIME ERROR #define MAX 35 int end, head, number, connection, vertex, ttl, count; int distance[MAX], queue[MAX*MAX], graph[MAX][MAX]; long value[...