Post History
Using inconsistent I/O An example would be a program whose only two outputs given some input can be 2 and 11. The program is print(11): claiming that it outputs in unary for some outputs and in de...
Answer
#1: Initial revision
## Using inconsistent I/O An example would be a program whose only two outputs given some input can be 2 and 11. The program is `print(11)`: claiming that it outputs in unary for some outputs and in decimal for others shouldn't be allowed even if output in either of these is allowed.