Skip to content

Commit

Permalink
Update contoh soal pada rules OSN 2024 Open
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Aug 16, 2024
1 parent a774252 commit 23fb5b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/Views/OSN2024/open.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,22 @@
<li>The most common problem type.</li>
<li>Given an input, contestants write a program that reads input from <strong>stdin</strong> and writes output to <strong>stdout</strong>.</li>
<li>The program must run within the given time and memory limits.</li>
<li>Example: <a href="https://tlx.toki.id/problems/osn-2018/1C">Online Ojek, OSN 2018</a></li>
<li>Example: <a href="https://tlx.toki.id/problems/osn-2023/1A">Bogor Defence, OSN 2023</a></li>
</ul>
</li>
<li><strong>Interactive</strong> problems:
<ul>
<li>Contestants write a program that interacts with judge's program: judge's program writes to <strong>stdout</strong> and is given as the <strong>stdin</strong> for contestant's program, then contestant's program writes to <strong>stdout</strong> and is given as the <strong>stdin</strong> for judge's program, and the interaction continues until a given goal is reached.</li>
<li>Contestant's program must output the answer within the given time and memory limits.</li>
<li>Example: <a href="https://tlx.toki.id/problems/osn-2019/2B">Detecting Gold, OSN 2019</a></li>
<li>Example: <a href="https://tlx.toki.id/problems/osn-2023/2C">One-Day Delivery, OSN 2023</a></li>
</ul>
</li>
<li><strong>Output-only</strong> problems:
<ul>
<li>Contestants will be given all the input test cases.</li>
<li>Contestants submit <strong>output</strong> for each input test case.</li>
<li>Contestants <strong>do not have to</strong> write a program; the outputs may be solved manually.</li>
<li>Example: <a href="https://tlx.toki.id/problems/osn-2019/1C">OSN Excursion, OSN 2019</a>.</li>
<li>Example: <a href="https://tlx.toki.id/problems/ksn-2020/1A">National Defence, KSN 2020</a>.</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -100,7 +100,7 @@
<li>Example:
<ul>
<li>Batch: <a href="https://tlx.toki.id/problems/osn-2013/0C">Tukar-Tukar, OSN 2013</a>.</li>
<li>Interactive: <a href="https://tlx.toki.id/problems/ksn-2020/2C">Finding Balls, KSN 2020</a>.</li>
<li>Interactive: <a href="https://tlx.toki.id/problems/osn-2023/2C">One-Day Delivery, OSN 2023</a>.</li>
<li>Output-only: <a href="https://tlx.toki.id/problems/ksn-2020/1A">National Defence, KSN 2020</a>.</li>
</ul>
</li>
Expand Down

0 comments on commit 23fb5b0

Please sign in to comment.