QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#551351#3067. Justified Jungleucup-team254#WA 8ms28720kbC++141.7kb2024-09-07 16:33:372024-09-07 16:33:38

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 27744kb

input:

8
1 2
2 3
1 4
4 5
6 7
8 3
7 3

output:

1 3 7 

result:

ok single line: '1 3 7 '

Test #2:

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

input:

96
73 27
3 59
32 76
74 17
38 8
93 46
11 23
9 68
73 59
3 32
32 74
74 8
8 93
46 11
11 9
7 71
92 78
29 35
34 51
81 36
65 79
2 58
6 40
7 92
78 35
35 51
34 36
81 65
65 2
2 6
39 21
25 24
77 94
42 75
39 24
24 77
94 75
54 64
63 88
91 67
85 31
64 88
63 67
91 85
42 91
32 7
92 85
47 49
90 14
62 5
89 96
69 50
4...

output:

1 3 7 15 31 47 95 

result:

wrong answer 1st lines differ - expected: '1 2 5 11 23 47 95', found: '1 3 7 15 31 47 95 '