Rules and Details

  • Some problems will be put up here. Open them, read them, understand them, think about them, solve them, code them, submit them, debug them, submit them, debug them, submit them...
  • LanguageCompiler UsedCompiler Command Line
    Cgcc (GCC) 4.1.2gcc -Wall -lm -O2 <filename>
    C++g++ (GCC) 4.1.2g++ -Wall -O2 <filename>

  • There are limits on execution time, memory used, and source code size submitted.
  • You are not allowed to make any system calls.
  • Input and output will be to standard input and output (called stdin and stdout in C, also referred to by the cin and cout streams in C++… you get the idea) respectively. That is, you do not have to open files to read and write (and you will not be allowed to).

Register Now

Running Contests

Search the archive: