1. Compress your files in a ZIP archive.
2. File Size Limit: 2097152 bytes.
3. the judge program and templates
Rules:
1. The report should save in PDF format.
2. We will compile and judge your program under Linux.
3. Use C/C++. Other programming languages are not allowed.
4. Your program will be killed if it uses more than 1GB memory.
5. File I/O, accessing the network, fork/multithread are forbidden.
6. Your program should exit with code 0.
(`exit(0);' or `return 0;' from the main function)
7. Do not output any unnecessary message to standard output
(for example, debug message), use stderr/cerr instead.
8. An executable file `player' must can be obtained after typing `make' command.
Example:
B87654321.zip
├─report.pdf
├─Makefile
├─player.cc
├─hex.cc
└─hex.hh
|