obfuscated code

cog on 2004-04-21T19:45:26

It was really just an example I did for some friends, and also my first real attempt at obfuscating something (I usually do it without really trying...)

Input: 10 20 9 21 11 19 5 10 10 3 2 10

Output: 7.83333333333333 13.8333333333333

Basically, we want to find the average coordinates (average for the first number and also for the second...)

My attempt: #!/usr/bin/perl -nl $$$$;END{eval};$$$$ ;m;(?
Oh, the file has 200 bytes O:-)

(just noticed... there's a space on the third line from the bottom that shouldn't be there... gotta go, bye)

(f***, and some of those input lines should have spaces in their beginning)