QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#295285 | #3112. Identifying Map Tiles | lmq26052003 | AC ✓ | 0ms | 3780kb | C++20 | 451b | 2023-12-31 01:10:02 | 2023-12-31 01:10:03 |
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: 0ms
memory: 3584kb
input:
0301
output:
4 5 4
result:
ok single line: '4 5 4'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3584kb
input:
13221
output:
5 25 14
result:
ok single line: '5 25 14'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3548kb
input:
2010230321222222000
output:
19 76288 290296
result:
ok single line: '19 76288 290296'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3780kb
input:
3222302012131033322300313333
output:
28 143374655 262487855
result:
ok single line: '28 143374655 262487855'
Test #5:
score: 0
Accepted
time: 0ms
memory: 3568kb
input:
013102203200231101110320121002
output:
30 471981352 162726289
result:
ok single line: '30 471981352 162726289'
Test #6:
score: 0
Accepted
time: 0ms
memory: 3728kb
input:
000000000000000000000000000000
output:
30 0 0
result:
ok single line: '30 0 0'
Test #7:
score: 0
Accepted
time: 0ms
memory: 3764kb
input:
111111111111111111111111111111
output:
30 1073741823 0
result:
ok single line: '30 1073741823 0'
Test #8:
score: 0
Accepted
time: 0ms
memory: 3780kb
input:
222222222222222222222222222222
output:
30 0 1073741823
result:
ok single line: '30 0 1073741823'
Test #9:
score: 0
Accepted
time: 0ms
memory: 3512kb
input:
333333333333333333333333333333
output:
30 1073741823 1073741823
result:
ok single line: '30 1073741823 1073741823'
Test #10:
score: 0
Accepted
time: 0ms
memory: 3568kb
input:
3
output:
1 1 1
result:
ok single line: '1 1 1'
Test #11:
score: 0
Accepted
time: 0ms
memory: 3552kb
input:
331313131313131311131331313131
output:
30 1073741823 894780842
result:
ok single line: '30 1073741823 894780842'
Test #12:
score: 0
Accepted
time: 0ms
memory: 3408kb
input:
1
output:
1 1 0
result:
ok single line: '1 1 0'
Test #13:
score: 0
Accepted
time: 0ms
memory: 3576kb
input:
130
output:
3 6 2
result:
ok single line: '3 6 2'