green-eyeliner's blog

By green-eyeliner, history, 5 months ago, In English

I was recently trying to solve problem 230B - Т-простые числа and I'm getting WA on test 8, I don't know why. Also the solution comes out correct in my local compiler. I need help. attaching the solution. 244541266

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

»
5 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by green-eyeliner (previous revision, new revision, compare).

»
5 months ago, # |
  Vote: I like it 0 Vote: I do not like it

When you do the sqrt(temp) * sqrt (temp), just add (int) sqrt(temp) * sqrt(temp), must give you AC