-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathA01-kattis.html
83 lines (78 loc) · 2.34 KB
/
A01-kattis.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>Assignment 01: Kattis Competition</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
<style>
.task-list-item { list-style-type: none; } .task-list-item-checkbox { margin-left: -20px; vertical-align: middle; }
</style>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'Ubuntu', 'Droid Sans', sans-serif;
font-size: 14px;
line-height: 1.6;
}
</style>
</head>
<body>
<h1 id="Assignment-01-Kattis-Competition">Assignment 01: Kattis Competition</h1>
<h2 id="Due-May-30">Due May 30</h2>
<p>Your first real assignment for this class involves solving many small programming problems on <a href="https://open.kattis.com/">Kattis</a>.</p>
<h2 id="Instructions">Instructions</h2>
<ol>
<li>Register for the Contest
<ol>
<li>Proceed to the <a href="https://open.kattis.com/contests/gk5vue/standings">Contest Standings</a></li>
<li>Log in / Create a Kattis account</li>
<li>Register for the contest</li>
</ol>
</li>
<li>Solve 10 problems to receive full credit</li>
<li>Optionally, solve additional problems</li>
</ol>
<h2 id="Grading">Grading</h2>
<table>
<thead>
<tr>
<th>Criteria</th>
<th>Points</th>
</tr>
</thead>
<tbody>
<tr>
<td>10 Passing Submissions</td>
<td>100</td>
</tr>
</tbody>
</table>
<h2 id="Bonus">Bonus</h2>
<p>For this assignment there will be bonus points awarded to the top finishers:</p>
<table>
<thead>
<tr>
<th>Place</th>
<th>Points</th>
</tr>
</thead>
<tbody>
<tr>
<td>First</td>
<td>50</td>
</tr>
<tr>
<td>Second</td>
<td>30</td>
</tr>
<tr>
<td>Third</td>
<td>20</td>
</tr>
</tbody>
</table>
<h2 id="Submission">Submission</h2>
<p>In order to receive credit for this assignment you must either register for the contest using a name that I can directly link to you, or you must come to my office hours with your account.
Unfortunately, Kattis does not let me view <em>Hidden Users</em> information.</p>
</body>
</html>