Set symmetric difference by pooq

<?foreach(split(' |
',fread(STDIN,1e5))as$v)$a[$v]=$a[$v]?'':"$v ";sort($a);echo join($a);

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

download

return to the top page