Bash + GNU utilities, 26
sort|uniq -u|dc -e1?*?*?*p
The 3 input integers are each given on their own line.
In the case of non-distinct inputs, dc warnings are printed to stderr. These may be ignored.
sort|uniq -u|dc -e1?*?*?*p
The 3 input integers are each given on their own line.
In the case of non-distinct inputs, dc warnings are printed to stderr. These may be ignored.