QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#839158#9924. ReconstructionSegmentTreeRE 3ms47356kbC++142.2kb2025-01-01 13:42:572025-01-01 13:42:57

详细

Test #1:

score: 100
Accepted
time: 3ms
memory: 47356kb

input:

3
1 2
2 3
2 1
1 3

output:

001

result:

ok single line: '001'

Test #2:

score: -100
Runtime Error

input:

6
1 3
3 4
3 6
4 5
5 2
1 3
1 4
4 5
5 2
3 6

output:


result: