Where can i find problems from a novice like me ?
I heard about adhoc problems,, but how do i know when a problem belong to this category ??
Anybody can tell me some easy(no too easy of course) problems ??
Search found 2 matches
- Tue Nov 11, 2003 8:08 pm
- Forum: Other words
- Topic: Newcomer problems
- Replies: 15
- Views: 17421
- Fri Nov 07, 2003 8:37 pm
- Forum: Volume 1 (100-199)
- Topic: 119 - Greedy Gift Givers
- Replies: 145
- Views: 47352
Whats wrong with my solution ??? #119
Im new here , and my program solve the tests inputs in the problem
statement , but i got WA.. why ???
Greetings from Peru
Thanks in advance
{ GREEDY GIFT GIVERS }
PROGRAM Greedy(INPUT, OUTPUT);
CONST
MAX = 10;
TYPE
str12 = STRING[12];
TStrings = ARRAY[1..MAX] OF str12;
TPerson = RECORD ...
statement , but i got WA.. why ???
Greetings from Peru
Thanks in advance
{ GREEDY GIFT GIVERS }
PROGRAM Greedy(INPUT, OUTPUT);
CONST
MAX = 10;
TYPE
str12 = STRING[12];
TStrings = ARRAY[1..MAX] OF str12;
TPerson = RECORD ...