HiCode2009's blog

By HiCode2009, history, 18 months ago, In English

Ela's Fitness and the Luxury Number

https://codeforces.com/contest/1737/submission/176165907

You may say I have defined $$$lcge$$$ in the wrong place,but that's even worse:https://codeforces.com/contest/1737/submission/176166395

I think it should get Accepted,so some of the details are wrong?

  • Vote: I like it
  • +3
  • Vote: I do not like it

| Write comment?
»
18 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Try to use sqrtl instead of sqrt since you'll use it for long long type numbers.