ACRush's blog

By ACRush3 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.

Read more »

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