QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#186747#6738. Coverucup-team580#WA 797ms42872kbC++207.8kb2023-09-24 11:08:332023-09-24 11:08:34

详细

Test #1:

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

input:

5 7 3
1 2
1 3
2 4
2 5
3 2 8
5 4 10
3 1 2
1 2 7
2 1 2
1 2 1
5 2 3

output:

19

result:

ok 1 number(s): "19"

Test #2:

score: -100
Wrong Answer
time: 797ms
memory: 42872kb

input:

100000 500000 12
2 1
3 2
4 2
5 2
6 5
7 2
8 5
9 3
10 2
11 2
12 5
13 1
14 1
15 1
16 1
17 1
18 1
19 1
20 1
21 1
22 1
23 1
24 12
25 2
26 2
27 2
28 2
29 2
30 15
31 30
32 23
33 26
34 22
35 30
36 26
37 3
38 3
39 3
40 3
41 3
42 3
43 3
44 3
45 3
46 3
47 20
48 21
49 4
50 4
51 4
52 4
53 4
54 4
55 4
56 4
57 4
5...

output:

18428509860161936751

result:

wrong output format Expected int64, but "18428509860161936751" found