-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
214 lines (178 loc) · 10.2 KB
/
index.html
File metadata and controls
214 lines (178 loc) · 10.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>The PC² CCS | Home</title>
<link rel="stylesheet" href="/plugins/fontawesome-free/css/all.min.css">
<link rel="stylesheet" href="/css/adminlte.min.css">
<link rel="stylesheet" href="/css/pc2.css">
<meta name="generator" content="Hugo 0.101.0" />
<meta property="og:title" content="Home" />
<meta property="og:description" content="Programing Contest Control (PC^2) system implemented by the PC^2 Development Team for use at the ICPC World Finals and other programming contests" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pc2ccs.github.io/" />
<meta itemprop="name" content="Home">
<meta itemprop="description" content="Programing Contest Control (PC^2) system implemented by the PC^2 Development Team for use at the ICPC World Finals and other programming contests"><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Home"/>
<meta name="twitter:description" content="Programing Contest Control (PC^2) system implemented by the PC^2 Development Team for use at the ICPC World Finals and other programming contests"/>
</head>
<body class="hold-transition sidebar-mini">
<div class="wrapper">
<nav class="main-header navbar navbar-expand navbar-white navbar-light">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" data-widget="pushmenu" href="#"><i class="fas fa-bars"></i></a>
</li>
<li class="nav-item d-none d-sm-inline-block">
<a class="nav-link" href="/">The PC² CCS</a>
</li>
</ul>
</nav>
<aside class="main-sidebar sidebar-dark-primary elevation-4">
<a href="/" class="brand-link">
<img src="/img/logo.png" alt="PC^2 Logo" class="brand-image img-circle elevation-3"/>
<span class="brand-text font-weight-light">PC<superscript>2</superscript></span>
</a>
<div class="sidebar">
<nav class="mt-2">
<ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu" data-accordion="false">
<li class="nav-item">
<a class="nav-link active" href="/">
<i class="fas fa-home"></i>
<p>Home</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/current/">
<i class="fas fa-server"></i>
<p>Current Downloads</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/previous/">
<i class="fas fa-server"></i>
<p>Previous Stable Downloads</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/all-builds/">
<i class="fas fa-download"></i>
<p>All builds</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/history/">
<i class="fas fa-highlighter"></i>
<p>A Bit of History</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/permission/">
<i class="fas fa-balance-scale-right"></i>
<p>Permission</p>
</a>
</li>
</ul>
</nav>
</div>
</aside>
<div class="content-wrapper">
<div class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-md-12">
<h1 class="m-0 text-dark">Home</h1>
</div>
</div>
</div>
</div>
<div class="content">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<figure class="float-right"><img src="/img/logo-full.png"
alt="PC^2 logo"/>
</figure>
<p>PC² (the <strong>P</strong>rogramming <strong>C</strong>ontest <strong>C</strong>ontrol system,
pronounced “P-C-squared” or sometimes just “P-C-Two” for short) is a
software system designed to support programming contest operations in
a variety of computing environments.
PC² allows contestants
(teams) to submit programs over a network to contest
judges. The judges can recompile the submitted program,
execute it, view the source code and/or execution results, and send a
response back to the team. The system also supports an “automated judging”
mode where judging is performed by software rather than by human judges.</p>
<p>The system automatically timestamps and archives submitted runs,
maintains and displays current contest standings in a variety of ways,
and allows the judges to retrieve and reexecute archived runs.
It also provides a mechanism for contestants to submit clarification
requests and queries to the judges, and for the judges to reply to
queries and to issue broadcast bulletins to teams.</p>
<p>In addition, PC² supports contests being held
simultaneously at multiple sites by automatically transmitting
contest standing information between sites and generating a single
contest-wide standings scoreboard at each remote site.</p>
<p>A wide variety of configurable options allow the contest
administrator to tailor the system to specific contest operations.
For example, the number of teams, problems, and languages in the contest;
the scoring method being applied; which problems are handled by which
judges; whether teams are automatically notified of the result of a
submission; and the frequency of automatic scoreboard updates are all
configurable.
There are also mechanisms provided for editing the internal scoring
database, and for recovering from various types of soft and hard errors.
The system is designed to allow teams to use any language
development tool which can be invoked from a command line and generates
an executable file.</p>
<p>PC² was developed at California State University,
Sacramento (<strong><a href="https://www.csus.edu/">CSUS</a></strong>),</p>
<div class="row">
<div class="col-md-9 mb-3">
<p>
Follow the links below to download PC²
</p>
<p>
Downloads: <br/>
Stable Release: <a href="https://github.com/pc2ccs/builds/releases/download/v9.10.0-7065/pc2-9.10.0-7065.zip">PC² version 9.10.0-7065.zip</a> <a href="https://github.com/pc2ccs/builds/releases/download/v9.10.0-7065/pc2-9.10.0-7065.tar.gz">PC² version 9.10.0-7065.tar.gz</a><br />
Release Candidate: <a href="https://github.com/pc2ccs/builds/releases/download/v9.10.0-7342/pc2-9.10.0-7342.zip">PC² version 9.10.0-7342.zip</a> <a href="https://github.com/pc2ccs/builds/releases/download/v9.10.0-7342/pc2-9.10.0-7342.tar.gz">PC² version 9.10.0-7342.tar.gz</a><br />
Nightly Build: <a href="https://github.com/pc2ccs/nightly-builds/releases/download/v9.11build-7419/pc2-9.11build-7419.develop.zip">PC² version 9.11build-7419.develop.zip</a> <a href="https://github.com/pc2ccs/nightly-builds/releases/download/v9.11build-7419/pc2-9.11build-7419.develop.tar.gz">PC² version 9.11build-7419.develop.tar.gz</a><br />
Documentation: <a href="/docs/pc2v9AdminGuide.pdf">Contest Administrator's Guide (PDF)</a><br />
</p>
<p>
<a href="current">More information</a>
</p>
</div>
</div>
<p>See the <a href="https://github.com/pc2ccs/pc2v9/wiki">PC² Wiki</a> for more information about PC². See the <a href="https://github.com/pc2ccs/pc2v9/wiki/PC2-Developer%27s-Wiki">PC² Developer’s page</a> for information on how you can contribute to PC².</p>
<div class="mb-3">
Last published stable release update: 12 December 2024<br />
Last published release candidate update: 19 September 2025<br />
Last published nightly build update: 27 May 2026
</div>
<h3 id="disclaimer">Disclaimer</h3>
<p>The software available through this site is provided free and “as is”, with the usual disclaimers: lack of guarantee of suitability
for any particular purpose, no stated or implied responsibility for the results of their use, etc.</p>
<p>In other words, we find this system to be very useful for managing programming contest operations, and we think you will too; but we
do not guarantee that it will do exactly what you want for your programming contest. All of the code in the public distributions po
sted on our website is under the control of the PC² Development Team, and we take particular care to insure that there are no inten
tional bad things (malware) in it; however, we make no guarantees at all regarding the code.</p>
<p>For further information see the file <a href="https://github.com/pc2ccs/pc2v9/blob/master/LICENSE.TXT">LICENSE.TXT</a> in the PC² distribution.</p>
<p>PC² is Copyright © by the PC² Development Team.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="main-footer">
<strong>Copyright © the PC² Development Team</strong> -
Generated on Wednesday 27 May 2026 18:13:00 UTC
</footer>
<script src="/plugins/jquery/jquery.min.js"></script>
<script src="/plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="/js/adminlte.min.js"></script>
</body>
</html>