Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Aug 27, 2024
1 parent 249528e commit 7df89aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Views/OSN2024/rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<ol>
<li><strong>AC</strong> (Accepted): program berhasil menyelesaikan kasus uji dalam batas waktu dan memori.</li>
<li><strong>WA</strong> (Wrong Answer): program berhenti dalam batas waktu dan memori, namun menghasilkan keluaran yang salah.</li>
<li><strong>RTE</strong> (Runtime Error): program <em>crash</em> atas melebihi batas memori.</li>
<li><strong>RTE</strong> (Runtime Error): program <em>crash</em> atau melebihi batas memori.</li>
<li><strong>TLE</strong> (Time Limit Exceeded): program melebihi batas waktu.</li>
<li>Skipped: <em>grading</em> tidak dilakukan karena sudah ada kasus uji lain dalam subsoal yang sama yang tidak mendapatkan AC.</li>
</ol>
Expand Down

0 comments on commit 7df89aa

Please sign in to comment.