Submission #752525


Source Code Expand

:
s/[1-9]/&-/g
y/123456789/012345678/
t
s/-0/9-/
t
s/0*./1/
s/$/7/
y/-/0/

Submission Info

Submission Time
Task A - 数え上げ
User x20
Language Sed (GNU sed 4.2.2)
Score 100
Code Size 81 Byte
Status AC
Exec Time 18 ms
Memory 872 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 7
Set Name Test Cases
Sample 0_000.txt, 0_001.txt, 0_002.txt
All 0_000.txt, 0_001.txt, 0_002.txt, 1_003.txt, 1_004.txt, 1_005.txt, 1_006.txt
Case Name Status Exec Time Memory
0_000.txt AC 18 ms 872 KB
0_001.txt AC 4 ms 252 KB
0_002.txt AC 4 ms 252 KB
1_003.txt AC 3 ms 252 KB
1_004.txt AC 4 ms 252 KB
1_005.txt AC 4 ms 252 KB
1_006.txt AC 4 ms 252 KB