QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#882487#9879. ReTravelForever1507WA 11ms8960kbPython3259b2025-02-05 08:10:052025-02-05 08:10:05

详细

Test #1:

score: 100
Accepted
time: 11ms
memory: 8960kb

input:

2
3 3
1 2

output:

6

result:

ok "6"

Test #2:

score: -100
Wrong Answer
time: 8ms
memory: 8960kb

input:

3
2 2
3 3
1 3

output:

6

result:

wrong answer 1st words differ - expected: '7', found: '6'