QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#240008#7689. Flipping Cardsucup-team2433#WA 0ms3580kbC++201.4kb2023-11-05 05:59:502023-11-05 05:59:50

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3576kb

input:

5
3 6
5 2
4 7
6 4
2 8

output:

6

result:

ok 1 number(s): "6"

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3580kb

input:

1
2 1

output:

0

result:

wrong answer 1st numbers differ - expected: '2', found: '0'