QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#877777#9765. Repetitive RoutesZhangYiDeAC ✓0ms5860kbC++142.4kb2025-02-01 07:20:242025-02-01 07:20:25

詳細信息

Test #1:

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

input:

4
1 1
2 2
2 3
3 2
4 1
4 2
1 3
3 4

output:

5

result:

ok single line: '5'

Test #2:

score: 0
Accepted
time: 0ms
memory: 5688kb

input:

4
1 1
2 1
3 1
4 1
4 1
3 1
2 1
1 1

output:

16

result:

ok single line: '16'