CSES - Datatähti 2025 alku - Results
Submission details
Task:Robotti
Sender:EngiFish
Submission time:2024-10-28 16:09:11 +0200
Language:Python3 (PyPy3)
Status:READY
Result:0
Feedback
groupverdictscore
#10
#20
Test results
testverdicttimegroup
#10.04 s1, 2details
#20.04 s1, 2details
#30.04 s1, 2details
#40.04 s1, 2details
#50.04 s1, 2details
#60.04 s1, 2details
#70.04 s1, 2details
#80.04 s1, 2details
#90.04 s1, 2details
#100.04 s1, 2details
#110.04 s1, 2details
#120.04 s2details
#130.04 s2details
#140.04 s2details
#150.04 s2details
#160.04 s2details
#170.04 s2details
#180.04 s2details
#190.04 s2details
#200.04 s2details
#210.04 s2details
#220.04 s2details
#230.04 s2details
#240.04 s2details

Code

h="**.*......*.R*...*.."
kolikko=0
askel=0
while True:
    aloitus=h.find("R")
    print(h[aloitus:])
    print(h[aloitus::-1])
    oa=h[aloitus:].find("*")
    va=h[aloitus::-1].find("*")
    if oa<va:
        askel=askel+oa
        kolikko=kolikko+1
        h=h.replace("R",".")
        h=h[:oa+aloitus] + "R" + h[oa+aloitus + 1:]
    elif oa>va:
        askel=askel+va
        kolikko=kolikko+1
        h=h.replace("R",".")
        h=h[:aloitus-va] + "R" + h[aloitus-va + 1:]
    else:
        print(askel," ",kolikko)
        break

Test details

Test 1

Group: 1, 2

Verdict:

input
1
R

correct output
0 0

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 2

Group: 1, 2

Verdict:

input
10
...R......

correct output
0 0

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 3

Group: 1, 2

Verdict:

input
10
**.R...***

correct output
12 5

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 4

Group: 1, 2

Verdict:

input
10
***R******

correct output
0 0

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 5

Group: 1, 2

Verdict:

input
1000
R................................

correct output
947 9

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 6

Group: 1, 2

Verdict:

input
1000
.................................

correct output
886 9

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 7

Group: 1, 2

Verdict:

input
1000
.....*..*....**..**..*......*....

correct output
1287 400

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 8

Group: 1, 2

Verdict:

input
1000
************.*****************...

correct output
0 0

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 9

Group: 1, 2

Verdict:

input
1000
******************************...

correct output
0 0

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 10

Group: 1, 2

Verdict:

input
1000
R*****************************...

correct output
999 999

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 11

Group: 1, 2

Verdict:

input
1000
******************************...

correct output
999 999

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 12

Group: 2

Verdict:

input
10000
.......**........*...........*...

correct output
10971 999

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 13

Group: 2

Verdict:

input
10000
*..*....*......*.....*..*........

correct output
9999 999

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 14

Group: 2

Verdict:

input
10000
*.*.*...**.*...*....**.**.**.....

correct output
18766 5000

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 15

Group: 2

Verdict:

input
10000
R*****************************...

correct output
9999 9999

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 16

Group: 2

Verdict:

input
10000
******************************...

correct output
9999 9999

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 17

Group: 2

Verdict:

input
200000
.................................

correct output
0 0

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 18

Group: 2

Verdict:

input
200000
.................................

correct output
299934 10000

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 19

Group: 2

Verdict:

input
200000
**.***....**..**.....***.*..*....

correct output
299998 100000

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 20

Group: 2

Verdict:

input
200000
******************************...

correct output
0 0

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 21

Group: 2

Verdict:

input
200000
R................................

correct output
133765 3

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 22

Group: 2

Verdict:

input
200000
R................................

correct output
199982 5000

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 23

Group: 2

Verdict:

input
200000
R*****************************...

correct output
199999 199999

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...

Test 24

Group: 2

Verdict:

input
200000
******************************...

correct output
199999 199999

user output
R*...*..
R.*......*.**
R...*..
R..*......*.**
R......*..
...