2471CoconutMilk's blog

By 2471CoconutMilk, 3 hours ago, In English

I solved one problem in my second round!

However I got only -50 points in the round.

I got +225 rating change,awesome!

(I used shared document to cheat again!!!)

I am so orz.

my code:

include<bits/stdc++.h>

using namespace std; int main(){ int T; cin>>T; while(T--){ int x,y; cin>>x>>y; if(y==x+1||((x>y)&&((x-y+1)%9==0))) puts("YES"); else puts("NO"); } return 0; }

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

»
3 hours ago, # |
  Vote: I like it +3 Vote: I do not like it

Please use Markdown properly. You can add ``` before and after your code.

  • »
    »
    3 hours ago, # ^ |
      Vote: I like it -14 Vote: I do not like it

    okay downvoted

    • »
      »
      »
      2 hours ago, # ^ |
      Rev. 2   Vote: I like it +4 Vote: I do not like it

      Thanks for the downvote! Now can you help me understand how unformatted code improves the post?

      • »
        »
        »
        »
        2 hours ago, # ^ |
          Vote: I like it -14 Vote: I do not like it

        okay downvoted again

»
34 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

upvote me