QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#246236#7689. Flipping Cardsucup-team1920WA 0ms3580kbC++202.5kb2023-11-10 17:39:032023-11-10 17:39:05

詳細信息

Test #1:

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

input:

5
3 6
5 2
4 7
6 4
2 8

output:

2 5
0
6

result:

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