QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#124356 | #1837. Hamiltonian | ZhangYiDe | AC ✓ | 1ms | 3816kb | C++14 | 3.0kb | 2023-07-14 17:09:25 | 2023-07-14 17:09:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 3552kb
input:
1
output:
2 1 1 2
result:
ok correct
Test #2:
score: 0
Accepted
time: 0ms
memory: 3740kb
input:
2
output:
4 4 1 2 1 3 2 3 3 4
result:
ok correct
Test #3:
score: 0
Accepted
time: 1ms
memory: 3804kb
input:
3
output:
3 3 1 2 2 3 3 1
result:
ok correct
Test #4:
score: 0
Accepted
time: 0ms
memory: 3672kb
input:
4
output:
4 4 1 2 2 3 3 4 4 1
result:
ok correct
Test #5:
score: 0
Accepted
time: 1ms
memory: 3568kb
input:
5
output:
5 5 1 2 2 3 3 4 4 5 5 1
result:
ok correct
Test #6:
score: 0
Accepted
time: 1ms
memory: 3580kb
input:
6
output:
6 6 1 2 2 3 3 4 4 5 5 6 6 1
result:
ok correct
Test #7:
score: 0
Accepted
time: 0ms
memory: 3628kb
input:
7
output:
7 7 1 2 2 3 3 4 4 5 5 6 6 7 7 1
result:
ok correct
Test #8:
score: 0
Accepted
time: 1ms
memory: 3568kb
input:
8
output:
8 8 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 1
result:
ok correct
Test #9:
score: 0
Accepted
time: 1ms
memory: 3808kb
input:
9
output:
9 9 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 1
result:
ok correct
Test #10:
score: 0
Accepted
time: 1ms
memory: 3616kb
input:
10
output:
10 10 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 10 1
result:
ok correct
Test #11:
score: 0
Accepted
time: 1ms
memory: 3568kb
input:
11
output:
11 11 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 10 11 11 1
result:
ok correct
Test #12:
score: 0
Accepted
time: 0ms
memory: 3576kb
input:
12
output:
12 12 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 10 11 11 12 12 1
result:
ok correct
Test #13:
score: 0
Accepted
time: 0ms
memory: 3580kb
input:
13
output:
13 13 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 10 11 11 12 12 13 13 1
result:
ok correct
Test #14:
score: 0
Accepted
time: 1ms
memory: 3756kb
input:
14
output:
14 14 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 10 11 11 12 12 13 13 14 14 1
result:
ok correct
Test #15:
score: 0
Accepted
time: 1ms
memory: 3816kb
input:
15
output:
15 15 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 15 1
result:
ok correct
Test #16:
score: 0
Accepted
time: 1ms
memory: 3800kb
input:
16
output:
16 16 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 15 16 16 1
result:
ok correct
Test #17:
score: 0
Accepted
time: 1ms
memory: 3628kb
input:
17
output:
17 17 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 15 16 16 17 17 1
result:
ok correct
Test #18:
score: 0
Accepted
time: 1ms
memory: 3680kb
input:
18
output:
18 18 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 15 16 16 17 17 18 18 1
result:
ok correct
Test #19:
score: 0
Accepted
time: 1ms
memory: 3760kb
input:
19
output:
19 19 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 15 16 16 17 17 18 18 19 19 1
result:
ok correct
Test #20:
score: 0
Accepted
time: 1ms
memory: 3572kb
input:
20
output:
20 20 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 15 16 16 17 17 18 18 19 19 20 20 1
result:
ok correct
Test #21:
score: 0
Accepted
time: 1ms
memory: 3620kb
input:
21
output:
7 21 1 2 1 3 1 4 1 5 1 6 1 7 2 3 2 4 2 5 2 6 2 7 3 4 3 5 3 6 3 7 4 5 4 6 4 7 5 6 5 7 6 7
result:
ok correct
Test #22:
score: 0
Accepted
time: 1ms
memory: 3572kb
input:
22
output:
11 17 1 2 1 3 1 4 1 5 2 3 2 4 2 5 3 4 3 5 4 5 1 6 6 7 7 8 8 9 9 10 10 11 2 11
result:
ok correct
Test #23:
score: 0
Accepted
time: 1ms
memory: 3616kb
input:
23
output:
12 18 1 2 1 3 1 4 1 5 2 3 2 4 2 5 3 4 3 5 4 5 1 6 6 7 7 8 8 9 9 10 10 11 11 12 2 12
result:
ok correct
Test #24:
score: 0
Accepted
time: 0ms
memory: 3616kb
input:
24
output:
13 19 1 2 1 3 1 4 1 5 2 3 2 4 2 5 3 4 3 5 4 5 1 6 6 7 7 8 8 9 9 10 10 11 11 12 12 13 2 13
result:
ok correct
Test #25:
score: 0
Accepted
time: 1ms
memory: 3760kb
input:
25
output:
14 20 1 2 1 3 1 4 1 5 2 3 2 4 2 5 3 4 3 5 4 5 1 6 6 7 7 8 8 9 9 10 10 11 11 12 12 13 13 14 2 14
result:
ok correct
Test #26:
score: 0
Accepted
time: 1ms
memory: 3524kb
input:
26
output:
15 21 1 2 1 3 1 4 1 5 2 3 2 4 2 5 3 4 3 5 4 5 1 6 6 7 7 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 2 15
result:
ok correct
Test #27:
score: 0
Accepted
time: 1ms
memory: 3580kb
input:
27
output:
8 23 1 2 1 3 1 4 1 5 1 6 1 7 2 3 2 4 2 5 2 6 2 7 3 4 3 5 3 6 3 7 4 5 4 6 4 7 5 6 5 7 6 7 1 8 2 8
result:
ok correct
Test #28:
score: 0
Accepted
time: 1ms
memory: 3616kb
input:
28
output:
8 28 1 2 1 3 1 4 1 5 1 6 1 7 1 8 2 3 2 4 2 5 2 6 2 7 2 8 3 4 3 5 3 6 3 7 3 8 4 5 4 6 4 7 4 8 5 6 5 7 5 8 6 7 6 8 7 8
result:
ok correct
Test #29:
score: 0
Accepted
time: 1ms
memory: 3572kb
input:
29
output:
12 22 1 2 1 3 1 4 1 5 1 6 2 3 2 4 2 5 2 6 3 4 3 5 3 6 4 5 4 6 5 6 1 7 7 8 8 9 9 10 10 11 11 12 2 12
result:
ok correct
Test #30:
score: 0
Accepted
time: 1ms
memory: 3580kb
input:
30
output:
13 23 1 2 1 3 1 4 1 5 1 6 2 3 2 4 2 5 2 6 3 4 3 5 3 6 4 5 4 6 5 6 1 7 7 8 8 9 9 10 10 11 11 12 12 13 2 13
result:
ok correct
Test #31:
score: 0
Accepted
time: 1ms
memory: 3800kb
input:
31
output:
14 24 1 2 1 3 1 4 1 5 1 6 2 3 2 4 2 5 2 6 3 4 3 5 3 6 4 5 4 6 5 6 1 7 7 8 8 9 9 10 10 11 11 12 12 13 13 14 2 14
result:
ok correct
Test #32:
score: 0
Accepted
time: 0ms
memory: 3628kb
input:
32
output:
15 25 1 2 1 3 1 4 1 5 1 6 2 3 2 4 2 5 2 6 3 4 3 5 3 6 4 5 4 6 5 6 1 7 7 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 2 15
result:
ok correct
Test #33:
score: 0
Accepted
time: 1ms
memory: 3620kb
input:
33
output:
16 26 1 2 1 3 1 4 1 5 1 6 2 3 2 4 2 5 2 6 3 4 3 5 3 6 4 5 4 6 5 6 1 7 7 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 15 16 2 16
result:
ok correct
Test #34:
score: 0
Accepted
time: 1ms
memory: 3756kb
input:
34
output:
17 27 1 2 1 3 1 4 1 5 1 6 2 3 2 4 2 5 2 6 3 4 3 5 3 6 4 5 4 6 5 6 1 7 7 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 15 16 16 17 2 17
result:
ok correct
Test #35:
score: 0
Accepted
time: 1ms
memory: 3632kb
input:
35
output:
9 30 1 2 1 3 1 4 1 5 1 6 1 7 1 8 2 3 2 4 2 5 2 6 2 7 2 8 3 4 3 5 3 6 3 7 3 8 4 5 4 6 4 7 4 8 5 6 5 7 5 8 6 7 6 8 7 8 1 9 2 9
result:
ok correct
Test #36:
score: 0
Accepted
time: 1ms
memory: 3680kb
input:
36
output:
9 36 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 2 3 2 4 2 5 2 6 2 7 2 8 2 9 3 4 3 5 3 6 3 7 3 8 3 9 4 5 4 6 4 7 4 8 4 9 5 6 5 7 5 8 5 9 6 7 6 8 6 9 7 8 7 9 8 9
result:
ok correct
Test #37:
score: 0
Accepted
time: 1ms
memory: 3576kb
input:
37
output:
13 28 1 2 1 3 1 4 1 5 1 6 1 7 2 3 2 4 2 5 2 6 2 7 3 4 3 5 3 6 3 7 4 5 4 6 4 7 5 6 5 7 6 7 1 8 8 9 9 10 10 11 11 12 12 13 2 13
result:
ok correct
Test #38:
score: 0
Accepted
time: 1ms
memory: 3572kb
input:
38
output:
14 29 1 2 1 3 1 4 1 5 1 6 1 7 2 3 2 4 2 5 2 6 2 7 3 4 3 5 3 6 3 7 4 5 4 6 4 7 5 6 5 7 6 7 1 8 8 9 9 10 10 11 11 12 12 13 13 14 2 14
result:
ok correct
Test #39:
score: 0
Accepted
time: 1ms
memory: 3568kb
input:
39
output:
15 30 1 2 1 3 1 4 1 5 1 6 1 7 2 3 2 4 2 5 2 6 2 7 3 4 3 5 3 6 3 7 4 5 4 6 4 7 5 6 5 7 6 7 1 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 2 15
result:
ok correct
Test #40:
score: 0
Accepted
time: 1ms
memory: 3528kb
input:
40
output:
16 31 1 2 1 3 1 4 1 5 1 6 1 7 2 3 2 4 2 5 2 6 2 7 3 4 3 5 3 6 3 7 4 5 4 6 4 7 5 6 5 7 6 7 1 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 15 16 2 16
result:
ok correct
Test #41:
score: 0
Accepted
time: 1ms
memory: 3572kb
input:
41
output:
17 32 1 2 1 3 1 4 1 5 1 6 1 7 2 3 2 4 2 5 2 6 2 7 3 4 3 5 3 6 3 7 4 5 4 6 4 7 5 6 5 7 6 7 1 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 15 16 16 17 2 17
result:
ok correct
Test #42:
score: 0
Accepted
time: 1ms
memory: 3572kb
input:
42
output:
18 33 1 2 1 3 1 4 1 5 1 6 1 7 2 3 2 4 2 5 2 6 2 7 3 4 3 5 3 6 3 7 4 5 4 6 4 7 5 6 5 7 6 7 1 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 15 16 16 17 17 18 2 18
result:
ok correct
Test #43:
score: 0
Accepted
time: 1ms
memory: 3568kb
input:
43
output:
19 34 1 2 1 3 1 4 1 5 1 6 1 7 2 3 2 4 2 5 2 6 2 7 3 4 3 5 3 6 3 7 4 5 4 6 4 7 5 6 5 7 6 7 1 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 15 16 16 17 17 18 18 19 2 19
result:
ok correct
Test #44:
score: 0
Accepted
time: 1ms
memory: 3680kb
input:
44
output:
10 38 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 2 3 2 4 2 5 2 6 2 7 2 8 2 9 3 4 3 5 3 6 3 7 3 8 3 9 4 5 4 6 4 7 4 8 4 9 5 6 5 7 5 8 5 9 6 7 6 8 6 9 7 8 7 9 8 9 1 10 2 10
result:
ok correct
Test #45:
score: 0
Accepted
time: 1ms
memory: 3576kb
input:
45
output:
10 45 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 1 10 2 3 2 4 2 5 2 6 2 7 2 8 2 9 2 10 3 4 3 5 3 6 3 7 3 8 3 9 3 10 4 5 4 6 4 7 4 8 4 9 4 10 5 6 5 7 5 8 5 9 5 10 6 7 6 8 6 9 6 10 7 8 7 9 7 10 8 9 8 10 9 10
result:
ok correct
Test #46:
score: 0
Accepted
time: 1ms
memory: 3812kb
input:
46
output:
14 35 1 2 1 3 1 4 1 5 1 6 1 7 1 8 2 3 2 4 2 5 2 6 2 7 2 8 3 4 3 5 3 6 3 7 3 8 4 5 4 6 4 7 4 8 5 6 5 7 5 8 6 7 6 8 7 8 1 9 9 10 10 11 11 12 12 13 13 14 2 14
result:
ok correct
Test #47:
score: 0
Accepted
time: 1ms
memory: 3812kb
input:
47
output:
15 36 1 2 1 3 1 4 1 5 1 6 1 7 1 8 2 3 2 4 2 5 2 6 2 7 2 8 3 4 3 5 3 6 3 7 3 8 4 5 4 6 4 7 4 8 5 6 5 7 5 8 6 7 6 8 7 8 1 9 9 10 10 11 11 12 12 13 13 14 14 15 2 15
result:
ok correct
Test #48:
score: 0
Accepted
time: 1ms
memory: 3676kb
input:
48
output:
16 37 1 2 1 3 1 4 1 5 1 6 1 7 1 8 2 3 2 4 2 5 2 6 2 7 2 8 3 4 3 5 3 6 3 7 3 8 4 5 4 6 4 7 4 8 5 6 5 7 5 8 6 7 6 8 7 8 1 9 9 10 10 11 11 12 12 13 13 14 14 15 15 16 2 16
result:
ok correct
Test #49:
score: 0
Accepted
time: 1ms
memory: 3616kb
input:
49
output:
17 38 1 2 1 3 1 4 1 5 1 6 1 7 1 8 2 3 2 4 2 5 2 6 2 7 2 8 3 4 3 5 3 6 3 7 3 8 4 5 4 6 4 7 4 8 5 6 5 7 5 8 6 7 6 8 7 8 1 9 9 10 10 11 11 12 12 13 13 14 14 15 15 16 16 17 2 17
result:
ok correct
Test #50:
score: 0
Accepted
time: 0ms
memory: 3616kb
input:
50
output:
18 39 1 2 1 3 1 4 1 5 1 6 1 7 1 8 2 3 2 4 2 5 2 6 2 7 2 8 3 4 3 5 3 6 3 7 3 8 4 5 4 6 4 7 4 8 5 6 5 7 5 8 6 7 6 8 7 8 1 9 9 10 10 11 11 12 12 13 13 14 14 15 15 16 16 17 17 18 2 18
result:
ok correct
Test #51:
score: 0
Accepted
time: 1ms
memory: 3580kb
input:
51
output:
19 40 1 2 1 3 1 4 1 5 1 6 1 7 1 8 2 3 2 4 2 5 2 6 2 7 2 8 3 4 3 5 3 6 3 7 3 8 4 5 4 6 4 7 4 8 5 6 5 7 5 8 6 7 6 8 7 8 1 9 9 10 10 11 11 12 12 13 13 14 14 15 15 16 16 17 17 18 18 19 2 19
result:
ok correct
Test #52:
score: 0
Accepted
time: 1ms
memory: 3812kb
input:
52
output:
11 39 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 2 3 2 4 2 5 2 6 2 7 2 8 2 9 3 4 3 5 3 6 3 7 3 8 3 9 4 5 4 6 4 7 4 8 4 9 5 6 5 7 5 8 5 9 6 7 6 8 6 9 7 8 7 9 8 9 1 10 10 11 2 11
result:
ok correct
Test #53:
score: 0
Accepted
time: 1ms
memory: 3676kb
input:
53
output:
12 40 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 2 3 2 4 2 5 2 6 2 7 2 8 2 9 3 4 3 5 3 6 3 7 3 8 3 9 4 5 4 6 4 7 4 8 4 9 5 6 5 7 5 8 5 9 6 7 6 8 6 9 7 8 7 9 8 9 1 10 10 11 11 12 2 12
result:
ok correct
Test #54:
score: 0
Accepted
time: 1ms
memory: 3568kb
input:
54
output:
11 47 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 1 10 2 3 2 4 2 5 2 6 2 7 2 8 2 9 2 10 3 4 3 5 3 6 3 7 3 8 3 9 3 10 4 5 4 6 4 7 4 8 4 9 4 10 5 6 5 7 5 8 5 9 5 10 6 7 6 8 6 9 6 10 7 8 7 9 7 10 8 9 8 10 9 10 1 11 2 11
result:
ok correct
Test #55:
score: 0
Accepted
time: 1ms
memory: 3676kb
input:
55
output:
11 55 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 1 10 1 11 2 3 2 4 2 5 2 6 2 7 2 8 2 9 2 10 2 11 3 4 3 5 3 6 3 7 3 8 3 9 3 10 3 11 4 5 4 6 4 7 4 8 4 9 4 10 4 11 5 6 5 7 5 8 5 9 5 10 5 11 6 7 6 8 6 9 6 10 6 11 7 8 7 9 7 10 7 11 8 9 8 10 8 11 9 10 9 11 10 11
result:
ok correct
Test #56:
score: 0
Accepted
time: 1ms
memory: 3564kb
input:
56
output:
15 43 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 2 3 2 4 2 5 2 6 2 7 2 8 2 9 3 4 3 5 3 6 3 7 3 8 3 9 4 5 4 6 4 7 4 8 4 9 5 6 5 7 5 8 5 9 6 7 6 8 6 9 7 8 7 9 8 9 1 10 10 11 11 12 12 13 13 14 14 15 2 15
result:
ok correct
Test #57:
score: 0
Accepted
time: 1ms
memory: 3796kb
input:
57
output:
16 44 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 2 3 2 4 2 5 2 6 2 7 2 8 2 9 3 4 3 5 3 6 3 7 3 8 3 9 4 5 4 6 4 7 4 8 4 9 5 6 5 7 5 8 5 9 6 7 6 8 6 9 7 8 7 9 8 9 1 10 10 11 11 12 12 13 13 14 14 15 15 16 2 16
result:
ok correct
Test #58:
score: 0
Accepted
time: 0ms
memory: 3576kb
input:
58
output:
17 45 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 2 3 2 4 2 5 2 6 2 7 2 8 2 9 3 4 3 5 3 6 3 7 3 8 3 9 4 5 4 6 4 7 4 8 4 9 5 6 5 7 5 8 5 9 6 7 6 8 6 9 7 8 7 9 8 9 1 10 10 11 11 12 12 13 13 14 14 15 15 16 16 17 2 17
result:
ok correct
Test #59:
score: 0
Accepted
time: 1ms
memory: 3568kb
input:
59
output:
18 46 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 2 3 2 4 2 5 2 6 2 7 2 8 2 9 3 4 3 5 3 6 3 7 3 8 3 9 4 5 4 6 4 7 4 8 4 9 5 6 5 7 5 8 5 9 6 7 6 8 6 9 7 8 7 9 8 9 1 10 10 11 11 12 12 13 13 14 14 15 15 16 16 17 17 18 2 18
result:
ok correct
Test #60:
score: 0
Accepted
time: 1ms
memory: 3564kb
input:
60
output:
19 47 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 2 3 2 4 2 5 2 6 2 7 2 8 2 9 3 4 3 5 3 6 3 7 3 8 3 9 4 5 4 6 4 7 4 8 4 9 5 6 5 7 5 8 5 9 6 7 6 8 6 9 7 8 7 9 8 9 1 10 10 11 11 12 12 13 13 14 14 15 15 16 16 17 17 18 18 19 2 19
result:
ok correct