Submission #23261917


Source Code Expand

/\(.\) \1/ {
s/..//
q
}
s/ //
s/.*/&012/
s/\(.\)\(.*\)\1/\2/
s/\(.\)\(.*\)\1/\2/

Submission Info

Submission Time
Task A - Rock-paper-scissors
User masa002
Language Sed (4.4)
Score 100
Code Size 87 Byte
Status AC
Exec Time 8 ms
Memory 2772 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 9
Set Name Test Cases
Sample random_00.txt, random_01.txt
All random_00.txt, random_01.txt, random_02.txt, random_10.txt, random_11.txt, random_12.txt, random_20.txt, random_21.txt, random_22.txt
Case Name Status Exec Time Memory
random_00.txt AC 8 ms 2568 KiB
random_01.txt AC 2 ms 2764 KiB
random_02.txt AC 2 ms 2764 KiB
random_10.txt AC 2 ms 2772 KiB
random_11.txt AC 3 ms 2712 KiB
random_12.txt AC 2 ms 2760 KiB
random_20.txt AC 2 ms 2764 KiB
random_21.txt AC 2 ms 2764 KiB
random_22.txt AC 2 ms 2624 KiB