Skip to content

Commit

Permalink
BOJ1920_수찾기 java solution
Browse files Browse the repository at this point in the history
  • Loading branch information
mong3125 committed Mar 20, 2024
1 parent 7af718d commit 08e3f47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mong3125/이분탐색/BOJ1920_수찾기.java
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
package 이진탐색;

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Arrays;
import java.util.StringTokenizer;

public class BOJ1920_수찾기 {
public class Main {

static int[] A;
static int[] targets;
Expand Down

0 comments on commit 08e3f47

Please sign in to comment.