ACRush's blog

By ACRush, 14 years ago, In English
According to my experience of problem B in Round 15, the output for (long long) seems not always good for language:GNU C++4.

I used "printf("%lld",R);", and got WA on test 17.
After replacing it with "printf("I64d",R)", and got Accepted.
  • Vote: I like it
  • -2
  • Vote: I do not like it

14 years ago, # |
  Vote: I like it 0 Vote: I do not like it
Yes, it has been discussed several times already (for example here). I think there should be a FAQ or something.