|
1 | 1 | import React from "react"; |
2 | 2 | import { Sidebar } from "../components/Sidebar"; |
3 | | -import { Link } from "@tanstack/react-router"; |
4 | 3 | export default function Rules() { |
5 | 4 | return ( |
6 | 5 | <Sidebar title="Rules"> |
@@ -41,44 +40,6 @@ export default function Rules() { |
41 | 40 | problems as many days as possible. |
42 | 41 | </strong> |
43 | 42 | </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 | | - — 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 — 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> |
82 | 43 | <p className="small"> |
83 | 44 | If you notice any bugs or have any questions or concerns about the |
84 | 45 | rules, website, or anything else, please contact Josh Taylor |
|
0 commit comments