6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
/a|b|c/ {
|
||
|
print
|
||
|
for (i = $1; (i /= 10)>= 1; )
|
||
|
print " ", i
|
||
|
}
|