QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#478528 | #3098. Ancient Machine | egypt_ioi2024_10 | 5 | 44ms | 10664kb | C++20 | 3.0kb | 2024-07-15 04:28:33 | 2024-07-15 04:28:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Subtask #1:
score: 5
Accepted
Test #1:
score: 100
Accepted
time: 0ms
memory: 3740kb
input:
18 Y X Y Z X Z X X Z Z Y Y Z Y Y Z X X
output:
62 01010100010010010011000100000100000000000000000000000000000000
input:
62 01010100010010010011000100000100000000000000000000000000000000
output:
0 62 3
result:
ok n = 18, D = 62, L = 3
Test #2:
score: 100
Accepted
time: 0ms
memory: 4068kb
input:
18 X Z X Y Y Y X Z X Y Z Z Z Z Y Z Z Y
output:
62 10000001000001001010111001001100000000000000000000000000000000
input:
62 10000001000001001010111001001100000000000000000000000000000000
output:
0 62 3
result:
ok n = 18, D = 62, L = 3
Test #3:
score: 100
Accepted
time: 0ms
memory: 4080kb
input:
18 Y Z Z Y Z X X Z Y Y Z Z Z Y X X Z Y
output:
62 00000101000010001000000011110100000000000000000000000000000000
input:
62 00000101000010001000000011110100000000000000000000000000000000
output:
0 62 2
result:
ok n = 18, D = 62, L = 2
Test #4:
score: 100
Accepted
time: 0ms
memory: 3780kb
input:
18 X Z Z X Z X X Z X Y Y X X Z X Y Z X
output:
62 10101001000001001000010101001100000000000000000000000000000000
input:
62 10101001000001001000010101001100000000000000000000000000000000
output:
0 62 2
result:
ok n = 18, D = 62, L = 2
Test #5:
score: 100
Accepted
time: 0ms
memory: 4064kb
input:
18 X Y X Y Y X X Z Y Z Y X Z Y Y X X Z
output:
62 10000001010010000101010010010010000000000000000000000000000000
input:
62 10000001010010000101010010010010000000000000000000000000000000
output:
0 62 5
result:
ok n = 18, D = 62, L = 5
Test #6:
score: 100
Accepted
time: 0ms
memory: 3868kb
input:
18 X X Y Z X Y Y Y X X Z X X X Z X Z Z
output:
62 10010000001000100101100011001010000000000000000000000000000000
input:
62 10010000001000100101100011001010000000000000000000000000000000
output:
0 62 2
result:
ok n = 18, D = 62, L = 2
Test #7:
score: 100
Accepted
time: 0ms
memory: 3808kb
input:
3 X Y Z
output:
47 10100100000000000000000000000000000000000000000
input:
47 10100100000000000000000000000000000000000000000
output:
0 47 1
result:
ok n = 3, D = 47, L = 1
Test #8:
score: 100
Accepted
time: 0ms
memory: 3784kb
input:
3 Z Y X
output:
47 10100100000000000000000000000000000000000000000
input:
47 10100100000000000000000000000000000000000000000
output:
0 47 0
result:
ok n = 3, D = 47, L = 0
Test #9:
score: 100
Accepted
time: 0ms
memory: 4068kb
input:
18 X X X X X X X X X X X X X X X X X X
output:
44 00000000000000000000000000000000000000000000
input:
44 00000000000000000000000000000000000000000000
output:
0 44 0
result:
ok n = 18, D = 44, L = 0
Test #10:
score: 100
Accepted
time: 0ms
memory: 3880kb
input:
18 Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y
output:
44 00000000000000000000000000000000000000000000
input:
44 00000000000000000000000000000000000000000000
output:
0 44 0
result:
ok n = 18, D = 44, L = 0
Test #11:
score: 100
Accepted
time: 0ms
memory: 3780kb
input:
18 Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z
output:
44 00000000000000000000000000000000000000000000
input:
44 00000000000000000000000000000000000000000000
output:
0 44 0
result:
ok n = 18, D = 44, L = 0
Subtask #2:
score: 0
Wrong Answer
Test #12:
score: 33
Acceptable Answer
time: 36ms
memory: 10640kb
input:
100000 X Z X Z Z X Y Z Y X Y X Z Z Z Y X Z Y X Y Y X Y Y Y Z Y Z Z Y X X Y X X Y Y X X X Z Y Y Y Z Z Z Z Y X Y Y Z Z Z X Y Z X X X X Y X Y X X Z X Z Z Z X Y X X X Z X Z X X X Y Y Y Y Z X X Y Z Y Y X Z X Z Z Z Z Z Y Z Y X Y Y Y Y X Z Z Y Z Z Y Z Z Z X Z Z X X Z Z Z Z X X Z Y Y Z Y Y Z Z Y Y Z Y Z Y Z...
output:
169872 10001001000000100100000000100100000000000100000010000001001000000000100010000010100000001000100010000010100000000100100010010000010010010001001010100010000010100010000000100010101000000001001000100010000100000101010010000010000001010101010000001000101000001010001000100000010101001000010010010...
input:
169872 10001001000000100100000000100100000000000100000010000001001000000000100010000010100000001000100010000010100000000100100010010000010010010001001010100010000010100010000000100010101000000001001000100010000100000101010010000010000001010101010000001000101000001010001000100000010101001000010010010...
output:
0 169872 22133
result:
points 0.33684210530 n = 100000, D = 169872, L = 22133
Test #13:
score: 33
Acceptable Answer
time: 38ms
memory: 10664kb
input:
100000 Z X X Y Z Z Z Y Z X Y Y Z X X Z Z Z Y Z X Y X Y X Z Y X Z X Y X Y Y Z X X Z X Z Y Z Y Z Z Z Y X Z X Z Y Y Y Z Y Z Y Z X Y X Z Z X Y X Y Z X Y Z Y X Y X X Z Z X Z X X Z X X X X Y X X Z Z X Y Y Y Y X Y X X Z Y Z Y Y Z X X Z Z Y Y X Z Y Y X Y Z Y Z Y Y Z Z X Z Y Z Z Z X Y Z Z X X X X Z Y X Y Y Z...
output:
169872 01000010100010000101000001001000001001010100010010100010101000010000100100000010100100000000100000000010100100010001000010100010100010001000010000100100000001000100000000001001010001001001000100001000010001001000100101001001010100100001000000100010010010010001000000100010100000001000100010100...
input:
169872 01000010100010000101000001001000001001010100010010100010101000010000100100000010100100000000100000000010100100010001000010100010100010001000010000100100000001000100000000001001010001001001000100001000010001001000100101001001010100100001000000100010010010010001000000100010100000001000100010100...
output:
0 169872 22275
result:
points 0.33684210530 n = 100000, D = 169872, L = 22275
Test #14:
score: 0
Wrong Answer
time: 44ms
memory: 10648kb
input:
100000 X Z Y X Z X X Z Y Z Y Y Y Z Y Z X X Z X X Y Z X X Z Y X Y Y Z X Z Y Z X X X X Z X Y X Z X Z X X X Y X Y Z Z Z Z Z Z Z Z Y X Y Z X Z Y Z Y X Y Z Y Z Y X Y Z X Z Z Z Y X Y Y X X X X Y X X Y Z Z X Z Y Z Z Y X Y X Z Z Z X X Z X Z Z Z Z Y X Z Z X X Z Z Y X X Y Y Y X Y Y Y X X Y Y Z X Z Y Y X X Y Z...
output:
169872 10001001010001010010001001000010101000010001010000000000000100010101000101000100010000000000000101001000000100100001000100010000000000000010100000010000101001010000010000100000000100100000000000000001000100101000101000010100000000000000001000100001000001001000101000100100001000000001010010000...
input:
169872 10001001010001010010001001000010101000010001010000000000000100010101000101000100010000000000000101001000000100100001000100010000000000000010100000010000101001010000010000100000000100100000000000000001000100101000101000010100000000000000001000100001000001001000101000100100001000000001010010000...
output:
0 169872 22176
result:
wrong answer your query is valid but your solution is not optimal: read 22176 but expected 22177