competitions

What reference materials would you bring to a programming competition?

For the ACM-ICPC programming competition, teams are allowed to bring any printed materials. Books, pages of equations, even code. Language documentation (e.g. the Java API) can be accessed online. So far, we're bringing geometry equations that could be useful, implementation of a few algorithms that can be tricky to get exactly right su...