Search found 4 matches
- Wed Dec 24, 2003 4:24 pm
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 25948
103: wrong answer? *frustrated*
the amount of time I spent on this problem is enormous and embarassing. I have what I believe is a DP solution to the problem. Yet, it's still marked as wrong. I would be indebted to anyone who can point me in the proper direction! [c] #include <stdlib.h> #include <stdio.h> struct node { int id; int...
- Sat Jun 14, 2003 2:06 am
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 55630
problem solved
*edit* what I thought the problem with my program was, isn't. I still have no idea... **sigh**...
- Sun Jun 01, 2003 7:43 pm
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 55630
Problem with the bot?
I have to assume from the lack of responses that no one really knows what's wrong with the code. Could it be that the bot that judges problem 101 has a flaw that prohibits it from accepting this program?
- Thu May 29, 2003 8:00 am
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 55630
101: So confused... Invalid Memory Reference!
This code that I've written for this problem is completely straight forward, and I had fully expected a correct answer... and yet I managed die a dishonorable death by a sig11 wielding an invalid memory reference. :evil: I'd be extremely greatful if a guru or code mage would spend the small insignif...