pc2
as-root" scripts require root privileges):
scripts/generate-info team n
scripts/generate-info judge m
team.dat and judge.dat
files to reflect real names, if known; make extra sure that
the .dat files are protected against prying
eyes.
scripts/as-root/set-passwords team
scripts/as-root/set-passwords judge
scripts/as-root/clear-accounts
scripts/as-root/init-judge-accounts
scripts/start-server
pc2admin, login to PC^2 as root (this
must be done on a client if your server does not have a GUI)
team.dat and
judge.dat files
| to compile: | gnatmake -q {:mainfile}
| |
| executable: | {:basename}
| |
| to execute: | /home/pc2/scripts/run
./{:basename}
/home/pc2/data/problem{:problem}.in
|
| to compile: | gcc -o {:basename}
{:mainfile} -lm
| |
| executable: | {:basename}
| |
| to execute: | /home/pc2/scripts/run
./{:basename}
/home/pc2/data/problem{:problem}.in
|
| to compile: | g++ -o {:basename}
{:mainfile} -lm
| |
| executable: | {:basename}
| |
| to execute: | /home/pc2/scripts/run
./{:basename}
/home/pc2/data/problem{:problem}.in
|
| to compile: | javac
{:mainfile}
| |
| executable: | {:basename}.class
| |
| to execute: | /home/pc2/scripts/run
{:basename} /home/pc2/data/problem{:problem}.in
java
|
| to compile: | se compile -o {:basename}
{:mainfile}
|
scripts/stop-server
(this is optional; it's perfectly okay to leave the PC2
server running)
scripts/as-root/copy-practice-scores
on contest day every minute during the practice session and
scripts/as-root/copy-scores
every minute thereafter up to one half hour before end of contest
scripts/make-slips judge.dat team.dat > accounts.tex
latex accounts
dvips accounts
[The icpclogo.ps file is
used here]
problem1.in, problem2.in, etc.
files containing sample data for the practice problems in
in the /home/pc2/data directory
pc2admin (login as root) and pc2board (login as board1) on CD-booted machine
scripts/as-root/clear-accounts
problem1.in, problem2.in, etc.
files containing sample data for the actual problems
in the /home/pc2/data directory
scripts/stop-server
scripts/as-root/close-contest