-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpow.html
65 lines (62 loc) · 2.09 KB
/
pow.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
---
title: Problem Of The Week
highlight: true
id: pow
---
<div class="acm-boxbg acm-mb20">
<div class="container">
<div class="row">
<div class="col-sm-7">
<h1>CSIS Problem Of The Week</h1>
<p>
Each week of the semester, YSU-ACM presents the CSIS Problem of the
Week, powered by <a href="https://open.kattis.com">Kattis</a>.
</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-8">
<h1>Rules and Regulations</h1>
<p>
In the interest of keeping the Problem of the Week fun for all involved,
we ask you to follow several rules and regulations as noted below.
</p>
<ul>
<li>
Problems will be posted each Monday morning. Submissions will be
accepted up until the point when a new problem has been posted on the
YSU-ACM website.
</li>
<li>
Problems will come from a variety of difficulty ratings, as specified
by Kattis.
</li>
<li>
Any student is elligible to participate. However, work should be one's
own, without any outside help from faculty or other students.
</li>
<li>
You may use any programming language allowed by Kattis. Your solution
will be graded based on the following criteria:
<ul>
<li>Does it pass the test cases in Kattis?</li>
<li>
How creative (note creative does <em>not</em> mean obfuscated) is
the solution?
</li>
</ul>
Note that the above does not mention efficiency. Kattis employs
restructions on submission (they must run within RAM and CPU time
constraints), but efficiency is not graded beyond that.
</li>
<li>
Each week, we will appoint one winner whose name will be featured on
the YSU-ACM website. The winner may be elligible for a small prize,
though this has yet to be confirmed by the department.
</li>
</ul>
</div>
</div>