Eric12's blog

By Eric12, history, 4 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?
»
4 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

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

»
4 years ago, hide # |
 
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.

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

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