-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsummer.html
More file actions
413 lines (389 loc) · 8.36 KB
/
summer.html
File metadata and controls
413 lines (389 loc) · 8.36 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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Resources for the University of Michigan Programming Team." />
<meta name="author" content="Ian DeHaan" />
<title>UM Programming Team</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<style>
.border-primary {
border-color: #00274C !important;
}
.border-secondary {
border-color: #FFCB05 !important;
}
a:visited {
text-decoration: none;
color: blue;
}
a:link {
text-decoration: none;
color: blue;
}
a:hover {
text-decoration: none;
background-color: pink;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
</style>
</head>
<body>
<nav class="navbar navbar-light navbar-expand-md mb-4 border-bottom border-5 border-primary outline-secondary">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<img src="assets/img/logo.png" height="30" alt="">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav me-auto mb-2 mb-md-0">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="getting_involved.html">Getting Involved</a>
</li>
<li class="nav-item">
<a class="nav-link" href="resources.html">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#"><b>Summer Challenge</b></a>
</li>
</ul>
</div>
</div>
</nav>
<main class="container">
<div class="p-7">
<h2 class="text-primary">Summer Challenge</h2>
<hr>
<h4>Registration</h4>
<p>
<a href="https://forms.gle/QoDnZoo9w1Hj17oq5">Fill out this form to register</a>. You will receive an email from idehaan@umich.edu when your registration has been processed (this process is manual, so please allow up to a couple days).
</p>
<br>
<h4>Information</h4>
<p>
As most people leave Ann Arbor in the Summer, we are pausing our weekly meetings until September.
But this doesn't mean you should stop practicing!
The qualifying contest will occur in October, so you should start preparing now to maximize your odds of success.
To help encourage practicing over the Summer, we are running a Summer contest.
From May 11 until August 31, every problem you solve on <a href="https://open.kattis.com/">Kattis</a> and every contest you participate in on <a href="https://codeforces.com/">Codeforces</a> will earn you points.
At the end of the Summer, whoever is in the top 3 by points will earn a prize!
</p>
<br>
<h4>Details</h4>
<p>
Every problem on <a href="https://open.kattis.com/">Kattis</a> has an associated point value ranging from 1 to 10 correlated with its difficulty.
Solving a problem worth x points on Kattis will give you x points for the Summer challenge.
These points will be updated automatically on the leaderboard through a script that checks your Kattis points and compares them to how many you had when you registered. <br>
Every contest you participate in (and solve at least one problem in) live on <a href="https://codeforces.com/">Codeforces</a> is worth 50 points plus 10 points for each problem you solve during the contest, regardless of difficulty.
The prizes are as follows:
<ul>
<li>First place will receive $40.</li>
<li>Second place will receive $20.</li>
<li>Third place will receive $10.</li>
</ul>
The prizes can be claimed, in cash, when meetings resume in September.
All current or incoming University of Michigan students are eligible for prizes.
</p>
<br>
<h4>Weekly Sets</h4>
<p>
We will release a weekly kattis problemset every week on sunday at noon.
Contestants have 7 days to solve as many of these problems as possible. Each solved problem from this set is worth an additional 5 points.
<br>
<a href="weekly/week1.html">Week 1</a> <br>
<a href="weekly/week2.html">Week 2</a> <br>
<a href="https://open.kattis.com/contests/u4jm2a">Week 3</a> <br>
<a href="https://open.kattis.com/contests/ayi2dy">Week 4</a> <br>
</p>
<br>
<h4>Leaderboard</h4>
<p>
Updated once per day. If you think your score should be different than what is listed, please ask on discord or email idehaan@umich.edu.
</p>
<table>
<tr>
<th>Name</th>
<th>Kattis</th>
<th>Codeforces</th>
<th>Weekly</th>
<th>Misc</th>
<th>Total</th>
</tr>
<tr>
<td>NaCl</td>
<td>167.6</td>
<td>800</td>
<td>80</td>
<td>0</td>
<td>1047.6</td>
</tr>
<tr>
<td>David McDermott</td>
<td>24.3</td>
<td>360</td>
<td>20</td>
<td>70</td>
<td>474.3</td>
</tr>
<tr>
<td>Xizhe Li</td>
<td>35.2</td>
<td>180</td>
<td>25</td>
<td>0</td>
<td>240.2</td>
</tr>
<tr>
<td>maxsum</td>
<td>0</td>
<td>240</td>
<td>0</td>
<td>0</td>
<td>240</td>
</tr>
<tr>
<td>lunat</td>
<td>88.3</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>88.3</td>
</tr>
<tr>
<td>Darrin Zhou</td>
<td>33.7</td>
<td>0</td>
<td>15</td>
<td>0</td>
<td>48.7</td>
</tr>
<tr>
<td>n0vendy</td>
<td>43.0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>43.0</td>
</tr>
<tr>
<td>Rishith Seelam</td>
<td>27.2</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>27.2</td>
</tr>
<tr>
<td>Brandon McDonald</td>
<td>12.6</td>
<td>0</td>
<td>5</td>
<td>0</td>
<td>17.6</td>
</tr>
<tr>
<td>Matt Schumacher</td>
<td>4.4</td>
<td>0</td>
<td>10</td>
<td>0</td>
<td>14.4</td>
</tr>
<tr>
<td>ethan</td>
<td>7.0</td>
<td>0</td>
<td>5</td>
<td>0</td>
<td>12.0</td>
</tr>
<tr>
<td>dragoiu</td>
<td>1.4</td>
<td>0</td>
<td>5</td>
<td>0</td>
<td>6.4</td>
</tr>
<tr>
<td>justin4</td>
<td>0</td>
<td>0</td>
<td>5</td>
<td>0</td>
<td>5</td>
</tr>
<tr>
<td>Shourya Bansal</td>
<td>3.3</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>3.3</td>
</tr>
<tr>
<td>mdvsh</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>Nikhil Goli</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>Aderola</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>Carson Keilitz</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>Ivan Wei</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>Katie Jimenez</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>xtiger</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>Anish</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>Meck</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>mmheyer</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>Rahul Dalvi</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>Steven Zhang</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>4rqum</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>Maya Hillegonds</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>Peyton Schumacher</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>Havid</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>Yusuf</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
</table>
</div>
</main>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>