
Search found 11 matches
- Mon Oct 11, 2004 7:25 pm
- Forum: Volume 6 (600-699)
- Topic: 638 - Finding Rectangles
- Replies: 13
- Views: 7397
- Mon Oct 11, 2004 5:13 pm
- Forum: Volume 6 (600-699)
- Topic: 638 - Finding Rectangles
- Replies: 13
- Views: 7397
638 Why WA?
Hi, my program works fine for the sample input and produces correct output for many random input files I generated (I gave it to a friend who has a program that gives the right answer and his output was the same as my output)
Are there any really tricky test cases? Can points be on top of each ...
Are there any really tricky test cases? Can points be on top of each ...
- Sun Sep 26, 2004 12:18 pm
- Forum: C
- Topic: alloca() ?
- Replies: 4
- Views: 2803
- Sun Sep 26, 2004 10:44 am
- Forum: C
- Topic: alloca() ?
- Replies: 4
- Views: 2803
alloca() ?
Hi.
I'm trying to use alloca() in a program but every time I do, I get a compiler error. Isn't it in stdlib.h? How can I use it, and if not, why is it forbidden?
Thanks, Maddas
I'm trying to use alloca() in a program but every time I do, I get a compiler error. Isn't it in stdlib.h? How can I use it, and if not, why is it forbidden?

Thanks, Maddas
- Wed Apr 28, 2004 12:53 am
- Forum: Volume 6 (600-699)
- Topic: 612 - DNA Sorting
- Replies: 122
- Views: 33988
- Mon Apr 26, 2004 12:18 pm
- Forum: Volume 6 (600-699)
- Topic: 612 - DNA Sorting
- Replies: 122
- Views: 33988
- Sat Apr 24, 2004 2:27 pm
- Forum: Volume 6 (600-699)
- Topic: 612 - DNA Sorting
- Replies: 122
- Views: 33988
- Sat Apr 24, 2004 11:46 am
- Forum: Volume 6 (600-699)
- Topic: 612 - DNA Sorting
- Replies: 122
- Views: 33988
612 - DNA Sorting - WA, why?
Hi. I'm getting WA for problem 612, but I don't know why. I tested my program against a reasonably large (and in my opinion complete) input/output combination, and my program gets everything right (newlines and so too).
I'd like to ask whether anybody minds giving me some sample input/output to ...
I'd like to ask whether anybody minds giving me some sample input/output to ...
- Sat Apr 03, 2004 9:30 pm
- Forum: Volume 6 (600-699)
- Topic: 602 - What Day Is It?
- Replies: 56
- Views: 28080
- Sat Apr 03, 2004 11:14 am
- Forum: Volume 6 (600-699)
- Topic: 602 - What Day Is It?
- Replies: 56
- Views: 28080
- Sat Apr 03, 2004 1:49 am
- Forum: Volume 6 (600-699)
- Topic: 602 - What Day Is It?
- Replies: 56
- Views: 28080
602 WA -- why?
hi
I'm about to give up now :-(
I tested my program with lots of input and it always works
but when I send it I get WA
only thing that I didn't do is for year 0, but I read year 0 doesn't come anyway so that shouldn't matter
I also tried with this input:
2 28 0
2 29 0
1 1 1
9 10 2500
5 5 999 ...
I'm about to give up now :-(
I tested my program with lots of input and it always works
but when I send it I get WA
only thing that I didn't do is for year 0, but I read year 0 doesn't come anyway so that shouldn't matter
I also tried with this input:
2 28 0
2 29 0
1 1 1
9 10 2500
5 5 999 ...