Skip to content

Commit c3b9577

Browse files
committed
more fix to rules
1 parent 9238648 commit c3b9577

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

src/pages/Rules.tsx

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from "react";
22
import { Sidebar } from "../components/Sidebar";
3-
import { Link } from "@tanstack/react-router";
43
export default function Rules() {
54
return (
65
<Sidebar title="Rules">
@@ -41,44 +40,6 @@ export default function Rules() {
4140
problems as many days as possible.
4241
</strong>
4342
</p>
44-
<p className="large bold">Cheating</p>
45-
<p>
46-
This contest is meant as a tool for self-improvement. If you cheat,
47-
you will be hurting your opportunities to improve as a programmer.
48-
We recognize that cheating is possible and very tempting. Any form
49-
of cheating will result in disqualification from the contest.
50-
Cheating includes the following:
51-
</p>
52-
<ul className="list-disc pl-6">
53-
<li>Submitting entire solutions that you did not write</li>
54-
<li>
55-
Submitting entire solutions that you do not mostly understand
56-
&mdash; Using another person's implementation of a general
57-
algorithm that you use to help solve a problem is okay
58-
</li>
59-
<li>Spoofing submissions</li>
60-
<li>
61-
Submitting code you had written previously on a separate account
62-
</li>
63-
<li>Using LLMs to solve problems for you</li>
64-
</ul>
65-
<p>Things that are not cheating include:</p>
66-
<ul className="list-disc pl-6">
67-
<li>
68-
Using other peoples' implementations for general algorithms/data
69-
structure &mdash; Using book code without completely understanding
70-
it is okay
71-
</li>
72-
<li>
73-
Discussing problems with others to understand their solutions
74-
</li>
75-
<li>
76-
Using LLMs as an assistant to get you pointed in the right
77-
direction
78-
</li>
79-
<li>Reading Codeforces tutorials</li>
80-
<li>Finding hints online to solve problems</li>
81-
</ul>
8243
<p className="small">
8344
If you notice any bugs or have any questions or concerns about the
8445
rules, website, or anything else, please contact Josh Taylor

0 commit comments

Comments
 (0)