Eric12's blog

By Eric12, history, 2 years ago, In English

I have problem with problem 3C. This is my submisson:139851350

And its exit code is 2147483647! I tried many times. Please help me!

Tags 3c
  • Vote: I like it
  • +1
  • Vote: I do not like it

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

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

»
2 years ago, # |
  Vote: I like it +8 Vote: I do not like it

Why does the "give" function in line 8 not have a type?

I added a "void" before it and got WA on test 2. 139862869.

  • »
    »
    2 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Thanks! I fixed the bug,and I will do a test for every part tomorrow

»
2 years ago, # |
  Vote: I like it 0 Vote: I do not like it

I finally solved it. 140258579 Thanks,ECHlDNA and vivekdhir77.