[Solution] True and False Paper CodeChef Solution
Alice wrote an exam containing true or false questions (i.e. questions whose answer is either true or false). Each question is worth mark and there is no negative marking in the examination. Alice scored marks out of .
Bob wrote the same exam but he marked each and every question as the opposite of what Alice did, i.e, for whichever questions Alice marked true
, Bob marked false
and for whichever questions Alice marked false
, Bob marked true
.
👇👇👇👇👇
Determine the score of Bob.
Input Format
- The first line contains a single integer — the number of test cases. Then the test cases follow.
- The first and only line of each test case contains two space-separated integers and — the total number of questions in the exam and the score of Alice.
Output Format
For each test case, output on a new line the score of Bob.
No comments:
Post a Comment