Set symmetric difference by daira

<?foreach(split('[ \x0d
]',fread(STDIN,1e5))as$v)$a[$v]++;ksort($a);foreach($a as$k=>$v)echo$v<2?"$k ":"";

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page