Problem 204
Posted: Sun Mar 22, 2009 4:10 am
I was wondering if there is any known mistake in this problem.
My recursive code seems to work for cases described in the problem. For example it generates 1105 for all hamming numbers of type 5 not exceeding 10^8.
I am getting answer snip! which the site seems to be rejecting. I will check again if I have any missed any enumeration step.
Here is my C code
snip !
My recursive code seems to work for cases described in the problem. For example it generates 1105 for all hamming numbers of type 5 not exceeding 10^8.
I am getting answer snip! which the site seems to be rejecting. I will check again if I have any missed any enumeration step.
Here is my C code
snip !