QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#83121#3112. Identifying Map Tilesxiaowuc1AC ✓148ms40668kbJava111.8kb2023-03-01 05:56:122023-03-01 05:56:37

詳細信息

Test #1:

score: 100
Accepted
time: 139ms
memory: 39804kb

input:

0301

output:

4 5 4

result:

ok single line: '4 5 4'

Test #2:

score: 0
Accepted
time: 122ms
memory: 39988kb

input:

13221

output:

5 25 14

result:

ok single line: '5 25 14'

Test #3:

score: 0
Accepted
time: 119ms
memory: 40668kb

input:

2010230321222222000

output:

19 76288 290296

result:

ok single line: '19 76288 290296'

Test #4:

score: 0
Accepted
time: 116ms
memory: 39904kb

input:

3222302012131033322300313333

output:

28 143374655 262487855

result:

ok single line: '28 143374655 262487855'

Test #5:

score: 0
Accepted
time: 148ms
memory: 40560kb

input:

013102203200231101110320121002

output:

30 471981352 162726289

result:

ok single line: '30 471981352 162726289'

Test #6:

score: 0
Accepted
time: 124ms
memory: 39984kb

input:

000000000000000000000000000000

output:

30 0 0

result:

ok single line: '30 0 0'

Test #7:

score: 0
Accepted
time: 134ms
memory: 40376kb

input:

111111111111111111111111111111

output:

30 1073741823 0

result:

ok single line: '30 1073741823 0'

Test #8:

score: 0
Accepted
time: 134ms
memory: 40372kb

input:

222222222222222222222222222222

output:

30 0 1073741823

result:

ok single line: '30 0 1073741823'

Test #9:

score: 0
Accepted
time: 119ms
memory: 40312kb

input:

333333333333333333333333333333

output:

30 1073741823 1073741823

result:

ok single line: '30 1073741823 1073741823'

Test #10:

score: 0
Accepted
time: 147ms
memory: 40564kb

input:

3

output:

1 1 1

result:

ok single line: '1 1 1'

Test #11:

score: 0
Accepted
time: 119ms
memory: 40492kb

input:

331313131313131311131331313131

output:

30 1073741823 894780842

result:

ok single line: '30 1073741823 894780842'

Test #12:

score: 0
Accepted
time: 105ms
memory: 40212kb

input:

1

output:

1 1 0

result:

ok single line: '1 1 0'

Test #13:

score: 0
Accepted
time: 126ms
memory: 40124kb

input:

130

output:

3 6 2

result:

ok single line: '3 6 2'