Hello everyone,
I am fed up of getting Runtime Error (SIGSEGV; invalid memory reference) for this problem. I have used the Floyd-Warshall algo. I checked with the other posts related to this prob and have tested my program thouroughly and it runs fine in my system. But for some reason OJ says a ...
Search found 4 matches
- Sat Nov 15, 2003 9:36 pm
- Forum: Volume 1 (100-199)
- Topic: 104 - Arbitrage
- Replies: 223
- Views: 37565
- Fri Oct 03, 2003 10:19 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10009 - All Roads Lead Where?
- Replies: 60
- Views: 25146
Thanx Towhid for the help. Phew!! Finally got the AC. Actually, I had done two mistakes : First, my program didn't handle multiple inputs properly. I hadn't read the minput.html page properly. Then the mistake you had pointed out. I also had to use arrays of 100000 characters. I completely agree ...
- Mon Sep 29, 2003 8:11 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10009 - All Roads Lead Where?
- Replies: 60
- Views: 25146
10009 Helllppp!!!!
Hello everyone,
I don't know why I keep getting a "Runtime Time Error" for this problem. OJ says there's an invalid memory reference. My program handles multiple input and if you see the code, you will notice that I have declared bigger arrays than required (actually needed of size 27) just to stay ...
I don't know why I keep getting a "Runtime Time Error" for this problem. OJ says there's an invalid memory reference. My program handles multiple input and if you see the code, you will notice that I have declared bigger arrays than required (actually needed of size 27) just to stay ...
- Fri Aug 15, 2003 8:46 pm
- Forum: Volume 1 (100-199)
- Topic: 121 - Pipe Fitters
- Replies: 36
- Views: 6695
121 - Pipe Fitters
Hello everyone,
I am getting WA for this problem. I have checked my prog with all kinds of inputs. It runs fine. I even checked it with the inputs given in two other threads related to this problem in this forum. One thing I am confused about is what should be the output if the max number of pipes ...
I am getting WA for this problem. I have checked my prog with all kinds of inputs. It runs fine. I even checked it with the inputs given in two other threads related to this problem in this forum. One thing I am confused about is what should be the output if the max number of pipes ...