chaos0000's blog

By chaos0000, 11 years ago, In English

this is my solution link, I don't know why I didn't pass the test case 5 but if I run this code in my computer , output is same answers! plz help me!! thanks you!

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

»
11 years ago, # |
Rev. 2   Vote: I like it +4 Vote: I do not like it

In ur array F second dimention is small make it bigger. For ex: F[222222][2]

  • »
    »
    11 years ago, # ^ |
      Vote: I like it -6 Vote: I do not like it

    I don't think this is correct because in test 5, size of data is small and I F9 in my computer , output is correct!

»
11 years ago, # |
  Vote: I like it -11 Vote: I do not like it

Download new C++ version or Code this problem in Pascal