Skip to content

Commit

Permalink
Updated post(20241005_171213)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueBoy247 authored Oct 30, 2024
1 parent 7a45ae1 commit 5f23fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archives/20241005_171213/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h1>BlueBoy Space</h1>
<article class="content" id="post">
<h3 class="zhwb" id="題目連結">題目連結</h3>
<p class="zhw">
English - <a href="https://onlinejudge.org/external/1/100.pdf" target="_blank">Uva Online Judge</a>
English - <a href="https://onlinejudge.org/external/1/100.pdf" target="_blank">UVa Online Judge</a>
<br>
中文 - <a href="https://zerojudge.tw/ShowProblem?problemid=c039" target="_blank">ZeroJudge 高中生程式解題系統</a>
</p>
Expand Down Expand Up @@ -163,7 +163,7 @@ <h3 class="zhwb" id="參考解答">參考解答</h3>
<div class="tab-content" id="java-code">
<pre><code class="java">
import java.util.*;
public class c039 {
public class UVa100 {
public static Scanner input = new Scanner(System.in);
public static int tripleNPlusOne(int n) {
int count = 1;
Expand Down

0 comments on commit 5f23fd8

Please sign in to comment.