Search found 3 matches
- Tue Aug 14, 2007 4:00 am
- Forum: Volume 1 (100-199)
- Topic: 119 - Greedy Gift Givers
- Replies: 145
- Views: 25741
Hey Jan, thanks for the help, apparently that was the problem. I did your input, and I got the output correctly, yet I'm still getting the wrong answer. I'm new at this, but does all the output have to be at the end? This is what a put in the console (the input and output is mixed): 10 qghume ylnlf ...
- Thu Jul 12, 2007 12:11 am
- Forum: Volume 1 (100-199)
- Topic: 119 - Greedy Gift Givers
- Replies: 145
- Views: 25741
I searched the entire board, none of them helped, so I'm creating a new thread. First, does anyone have sample input/output for this problem? My question is, do i have to take in all the input at once? Or can I just take one group and print out the result, then take the next group? Here is my WA C++...
- Wed Jul 11, 2007 6:55 am
- Forum: Volume 1 (100-199)
- Topic: 119 - Greedy Gift Givers
- Replies: 145
- Views: 25741
119 Greedy Gift Givers
I searched the entire board, none of them helped, so I'm creating a new thread. First, does anyone have sample input/output for this problem? My question is, do i have to take in all the input at once? Or can I just take one group and print out the result, then take the next group? Here is my WA C++...