Title |
User |
Message |
Date Posted |
... |
hansonw1 |
Actually it's more like 99000 characters. The strings are actually too big for Pascal - you need to manually read input with character arrays. |
Nov 01, 2008 - 3:09:25 am UTC |
inputs a and b |
n00bpwnx0r |
lol wow the last two cases have 255 digits for both a and b... |
Nov 01, 2008 - 2:49:38 am UTC |
Re: pt value |
bbi5291 |
I don't think this problem is any harder than CCC Division. |
Oct 25, 2008 - 2:57:42 pm UTC |
pt value |
bleung91 |
perhaps the point valued should be upped? |
Oct 25, 2008 - 3:01:24 am UTC |
Re: Input |
admin |
Yes |
Oct 24, 2008 - 4:30:17 pm UTC |
Tip |
admin |
The numbers are much too long (:P) for any C++ long long/int. (use strings/arrays!) |
Oct 24, 2008 - 3:47:37 pm UTC |