QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#237217#7689. Flipping Cardsucup-team1284#RE 0ms3616kbC++201.2kb2023-11-04 13:31:082023-11-04 13:31:08

详细

Test #1:

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

input:

5
3 6
5 2
4 7
6 4
2 8

output:

6

result:

ok 1 number(s): "6"

Test #2:

score: -100
Runtime Error

input:

1
2 1

output:


result: