-
Notifications
You must be signed in to change notification settings - Fork 4
/
scc.html
103 lines (88 loc) · 4.78 KB
/
scc.html
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
---
layout: default
title: Spring Coding Contest
---
<div class="item">
<h2 class="title" style="text-align:center">Announcements</h2>
Unfortunately, the 2020 and 2021 Spring Coding Contests are canceled due to the ongoing spread of COVID-19 on campus. Whether the 2022 Spring Coding Contests will be held are subject to policies at that time. Sorry for any inconvenience it may cause.
</div>
<div class="item">
<h2 class="title" style="text-align:center">2019 Spring Coding Contest</h1>
</div>
<div class="item">
<h2 class="title">Solution</h2>
<a href="https://github.com/icpc-uiuc/icpc-scc19/blob/master/statement.pdf">Problem Statements</a><br>
<a href="https://github.com/icpc-uiuc/icpc-scc19/blob/master/editorial.pdf">Contest Editorial</a><br>
<a href="https://github.com/icpc-uiuc/icpc-scc19">Test Data</a><br>
</div>
<div class="item">
<h2 class="title">Results</h2>
<a href="https://github.com/icpc-uiuc/icpc-scc19/blob/master/scoreboard.png">Final Scoreboard</a><br>
Congratulations to team TwoSimple for solving the entire problem set in an amazing 160 minutes! Team SoySauce got second place by solving all 11 problems with a higher time penalty. Team PleaseAcceptMe solved 9 problems, while IseePC and 3Idiots1Computer both solved 6 problems. Great job everyone!
</div>
<div class="item">
<h2 class="title" style="text-align:center"><a href="https://docs.google.com/forms/d/e/1FAIpQLSdQ2VOn-HWjYdO8DlX8dvPwGDvu36Va8pC8ngJrjb5qGW5Hxg/viewform?usp=sf_link">Register here!</a></h2>
<h2 style="text-align:center">(requires Illinois login, each team should submit one form)</h2>
<br>
Check this page for updates as we get closer to the contest. We will also send e-mail updates to registered students. Registration closes promptly in 11:00 AM CDT on Saturday, April 13th. <br>
Teams of up to 3 students</br>
If you can't find a team by the end of registration, we will do our best to match you with other students as soon as registration ends! But since we can't make any guarantees, start looking for teammates now! <br>
</div>
<div class="item">
<h2 class="title">What?</h2>
A team-based ICPC-style programming contest on campus, open to all students of UIUC. <br>
</div>
<div class="item">
<h2 class="title">When?</h2>
<b>Saturday, April 13th, from 11:00 AM to 5:00 PM CDT</b><br>
</div>
<div class="item">
<h2 class="title">Where?</h2>
<b class='crosslined'>Digital Computer Lab, Room 440 (in the basement)</b><br>
</div>
<div class="item">
<h2 class="title">Why?</h2>
It'll be a lot of fun! If you like programming and solving challenging problems, grab a couple of friends and form a team and compete for prizes at the Spring Coding Contest! (Plus free food, snacks, and drinks!)<br>
</div>
<div class="item">
<h2 class="title">Food</h2>
We will be providing pizza and drinks for lunch plus snacks and drinks during the contest, but you can bring your own if you'd like! <br>
</div>
<div class="item">
<h2 class="title">Prizes</h2>
<ul style="margin-left:2em">
<li>First place team: $40 each team member</li>
<li>Second place team: $20 each team member</li>
<li>Third place team: $10 each team member</li>
<li>Fourth place team: $10 each team member</li>
</ul>
</div>
<div class="item">
<h2 class="title">Eligibility</h2>
Open to everyone, regardless of school year or major!
</div>
<div class="item">
<h2 class="title">Rules</h2>
During the contest internet usage is forbidden, with the following exceptions:
<ul style="margin-left:2em">
<li><a href="/assets/domjudge/guide.pdf" target="_blank">Spring Coding Contest Guide</a>
<li><a href="/assets/ipl/complexity.pdf" target="_blank">Time Complexity Cheatsheet</a></li>
<li><a href="https://en.cppreference.com/w/" target="_blank">C++ 11 Reference</a></li>
<li><a href="https://docs.oracle.com/javase/8/docs/api" target="_blank">Java 8 Reference</a></li>
<li><a href="https://docs.python.org" target="_blank">Python 3 Reference</a></li>
</ul><br>
Any physical reference materials such as notes, textbooks, printed code, etc are allowed although electronic and digital reference materials are strictly forbidden. </br>
The rules are tentative and are subjective to change at our discretion. </br>
</div>
<div class="item">
<h2 class="title">Languages allowed</h2>
<ul style="margin-left:2em">
<li>C/C++</li>
<li>Java</li>
<li>Python 3</li>
</ul>
</div>
<div class="item">
<h2 class="title">Questions?</h2>
Please feel free to make a post or DM an officer on our <a href="https://campuswire.com/p/GACF2E8B2">Campuswire</a> or <a href="https://acm-uiuc.slack.com">Slack</a>channel!
</div>