aminnajafvand's blog

By aminnajafvand, history, 10 years ago, In English

in the name of allah, most mercifull

i try to solve this problem

but it gives me wrong answer on test 1

here is my code

logic is correct and i think it doesn't work because it is interactive

i hope somebody guide me.

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

| Write comment?
»
10 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

We are not allowed to view your submission, you have to paste your code somewhere if you want we can view your code.

»
10 years ago, hide # |
Rev. 2  
Vote: I like it +1 Vote: I do not like it

You have one more zero in x2 it should be 1e6 not 1e7.

I erased the zero and got AC.