Getting a zero

Submit

Your name:
File:
Open code-statistics:

Language is selected by the extension of the file. See the list of supported languages to know the extension of your language.

Problem

Peter loves getting a zero. He always answered according to his answers to the last section.

Today, he had another quiz, and his rule today is "X%2". If X%2 is 1, he will answer "F" on the T/F question. Else, he will answer "T".

Please check Peter's answer with the right answer, and calculate his score(every right answer is 1 point). After that, please print how many points are left to get a 0.
Output the result of this quiz. (X for wrong, V for right)

Options

exec is denied

rejudge feature is enabled

now post-mortem time, all source codes will be revealed

Sample input:_

4
12 F
-100 T
111 T
0 F

Sample output:

Peter has 1 point left to get a 0.
X
V
X
X

Sample input:_

5
12 F
-100 T
111 T
0 T
11 T

Sample output:

Peter has 2 points left to get a 0.
X
V
X
V
X

Ranking

Python3 _

RankUserSizeTimeDateStatistics
1ebicochineal1770.07342018/09/14 15:00:040B / 91B / 70B

Haskell _

RankUserSizeTimeDateStatistics
1lynn1160.02592018/09/29 03:02:440B / 66B / 37B

sed _

RankUserSizeTimeDateStatistics
1tails690.02082018/09/12 16:07:020B / 40B / 17B
2mitchs690.02092018/09/13 04:42:360B / 40B / 17B

jq _

RankUserSizeTimeDateStatistics
1pooq900.02112019/08/08 07:32:190B / ?B / ?B

Language Ranking_

RankLangUserSizeScore
1sedtails6910000
2jqpooq907666
3Haskelllynn1165948
4Python3ebicochineal1773898

return to the top page