QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#197616#5663. Tangle: A DAG for storing transactionsucup-team1588#WA 1ms3808kbC++113.2kb2023-10-02 17:45:202023-10-02 17:45:21

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3808kb

input:

6 12
2 0 1 3
3 0 2 2
4 1 2 1
5 2 3 3
6 3 4 4
7 3 5 5

output:

2 18
3 14
2

result:

ok 3 lines

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3536kb

input:

21 20
2 0 1 2
3 1 0 5
4 1 0 2
5 2 1 1
6 1 3 1
7 5 4 1
8 3 7 5
9 2 4 1
10 4 9 1
11 9 4 5
12 4 8 2
13 3 12 2
14 2 10 5
15 11 12 4
16 3 9 2
17 1 16 4
18 0 7 3
19 11 5 2
20 14 4 5
21 19 5 2
22 18 9 4

output:

2 51
5 26
7 21
9 23
4

result:

wrong answer 2nd lines differ - expected: '3 25', found: '5 26'