9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
Write a Thrax grammar which replaces all 0s to 1s and 1s to 0s (other
|
|
digits should not be changed).
|
|
|
|
You can assume that only string composed of digits are given on the
|
|
input.
|
|
|
|
POINTS: 2
|
|
DEADLINE: 2022-01-15 23:59
|