2019-12-12 09:23:03 +01:00
|
|
|
Write a Thrax grammar which replaces all 0s to 1s and 1s to 0s (other
|
|
|
|
digits should not be changed).
|
2019-12-10 13:23:40 +01:00
|
|
|
|
2019-12-12 09:23:03 +01:00
|
|
|
You can assume that only string composed of digits are given on the
|
|
|
|
input.
|
2019-12-10 13:23:40 +01:00
|
|
|
|
|
|
|
POINTS: 1
|
2019-12-10 13:26:59 +01:00
|
|
|
DEADLINE: 2019-12-13 23:59
|