Search found 1 match

by MateuszM
Wed Jun 27, 2007 7:53 pm
Forum: Volume 1 (100-199)
Topic: 119 - Greedy Gift Givers
Replies: 145
Views: 47352

input sample

I also had problem with WA in 119.
In my case it was wrong output when nr of presents was 0

try follwing input:

2
dave liz
dave 200 0
liz 100 1 dave


you should get output:
dave 100
liz -100

Go to advanced search