bc 15chars:
On my system I can go until 8^8^8 without error, but 6^6^6 would already be too long to report it here, so take 5^5^5 as an example; 7^7^7 is in the range of one minute on a single core 2Ghz machine. With 8 you should have some time left.
echo "k=8^8^8;k*=-1;k" | bc
printable result for one page:
echo "k=5^5^5;k*=-1;k" | bc
-1911012597945477520356404559703964599198081048990094337139512789246\
52053024261580301205938651973985026558644015579446223535921278867380\
69722884101469159866020879618967571957018392816603380476112259755336\
26101001482651123413147768252411493094447176965282756285196737514395\
35754247909321920664188301178716912255242107005070906467438287085144\
99502565861944615431835113798491336917799281274338404315492368555267\
83596374102105331546031353725325748636909159778690328266459182983815\
23028693657287369142264813129174376213632573032164528297948686257624\
53622180176732249405676428193600787207138370723553054463561539464011\
85348493792719514594505508232749221605848912910945189959948686199543\
14766693801303717616359259447974616422005088507946980448713320513316\
07391342305401988725700383298012460501970134673971759090273894939238\
17315786996845899794781068042822436093783946335265422815704302832442\
38551508231649096728571217170812323279048181726832751011274678231741\
09858886837085220007117334922539133223007561471804290075276777933523\
06200618286012455254243061006894805446584704820650982664319360960388\
73625851074707434063628697657670269925864995355797631817390255089133\
12232947439303439561613283340728316634982581452268620043077990846881\
03804187368324800903873596212919633602583120781673673742533322879296\
90720549059562140688882599124458184237959786347648431567376092362509\
03715117989414242622702200662864868678687101829808728025606931019492\
80830825044198424796792058908817112327192301455582916746795197430548\
02640464685400273399386079859446596150175258696581144756851004156868\
77309037124825353438392853975987494584970500382250124892840018265900\
56251286187629938044407340142347062055785305325034918189589707199305\
66218851296318750174353596028220103821161604854512103931331225633226\
07664362366882968502088394961428304847391139916696226499485636852347\
12873294796680884509405893951104650944137909502276545653133018670633\
52132302846051943438139981056140065259530073179077271106578349417464\
26847209561346473277485842382748996687550525043942182321913572230540\
66715373374248543645663782045701654593218154053548393614250664498585\
40330746646854189014813434771465031503795417577862281177658587694168\
0908203125
Given an integer N, return an integer D such that max(|N-D|,|D-N|) is maximized? – Thomas Eding Oct 14 '11 at 1:00Maximise (100-code-size)*difference, or by ordering the winning criteria:Shortest code wins. For two equal shortest codes, the bigger difference wins.Prepare your questions on meta or in chat next time, to solve such problems and ambiguities before starting the quiz. – user unknown Oct 15 '11 at 16:37