QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#83121 | #3112. Identifying Map Tiles | xiaowuc1 | AC ✓ | 148ms | 40668kb | Java11 | 1.8kb | 2023-03-01 05:56:12 | 2023-03-01 05:56:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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'