Skip to content

Commit

Permalink
[week-11] 2304, 17837
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 authored Apr 3, 2024
1 parent 8c29fe5 commit 769083d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions week11/clean2001/B2304.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import java.io.*;
import java.util.*;
// 2304. 창고 다격현
// 2304. 창고 다각형
class Main {
static int N;
static ArrayList<Node> list = new ArrayList<>();
Expand Down Expand Up @@ -69,4 +69,4 @@ public static void main(String[] args) throws Exception {

System.out.println(area);
}
}
}

0 comments on commit 769083d

Please sign in to comment.