sabry_ragab's blog

By sabry_ragab, history, 9 years ago, In English

Be the first person to solve this problem and help me to solve it :D

problem : live archive -> 6082 — Groovy numbers

problem link : https://icpcarchive.ecs.baylor.edu/index.php?option=onlinejudge&page=show_problem&problem=4093

I tried to solve it using two different ways but still getting WA !!

https://ideone.com/8i98mo

This solution uses the normal way to get all divisors of a number it just iterate through sqrt of the number and check each divisor.

https://ideone.com/5wNLzi#stdin

This solution uses factorization to get all divisors of a number

  • Vote: I like it
  • 0
  • Vote: I do not like it

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

Didn't look much at the problem, but seeing as it looks like an easy problem and has 0 ACs, I'd say the checker is likely bugged. I'd just give up on this problem and move on.