highighiq's blog

By highighiq, history, 3 years ago, In English

1474B

My solusion is to get all prime numbers. To do a question, we need to find Answer1 equals the minimum prime number that is at least d from 1 and Answer2 equals the minimum prime number that is at least d from Answer1

So, print (Answer1 * Answer2)

Code:104907961

(Sorry for my poor English :P)

  • Vote: I like it
  • -16
  • Vote: I do not like it

| Write comment?
»
3 years ago, # |
  Vote: I like it +1 Vote: I do not like it

So u made the blog to fool people?

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

T just means that I have an easy solution than Editorial.