Skip to content

Commit

Permalink
[update] 3files
Browse files Browse the repository at this point in the history
  • Loading branch information
TearofCoding authored Oct 23, 2023
1 parent 9d8df2a commit 4d8e293
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions KimKiChan/boj/A와B2.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public static void main(String[] args) throws Exception {

if(able) System.out.println(1);
else System.out.println(0);

}

private static void sol(String s, String t) {
Expand Down
1 change: 1 addition & 0 deletions KimKiChan/boj/무기공학.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public static void main(String[] args) throws Exception {

System.out.println(maxScore);


}

private static void sol(int x, int y, int score) {
Expand Down
1 change: 1 addition & 0 deletions KimKiChan/boj/저울.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ public static void main(String[] args) throws Exception {
sb.append(count).append("\n");
}
System.out.println(sb);

}
}

0 comments on commit 4d8e293

Please sign in to comment.