A few comments on the entries:
ADnova - well done, comments would be nice but not needed
dante_shamest - nice, could be reduced by using damyan's c39 tactics of deriving a stuct from a map?
exomo - sort() is declared in <algorithm>
Gator - it all went pear shaped

- a few places where tokens could be killed
schloob - how about some understandable variable names?
alvaro - you took a page out of damyan's c39 entry, he he
beer_hunter - change output line to: i->second ? cout << i->first << endl :; to save a token?
damyan - well done and nice comments

- do global ints default to 0 ?
DrunkenCoder - same as damyan token wise so well done!
Dudi_HaTotah - global could be a future reserved word prehaps?
v0id - _ and __ are usually reserved for internal functions.
Two things:
1) Always test your code on several different compilers before submitting to avoid dissapointment.
2) Well done to all that took part.
