Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ceeaedf

Browse files
Update No1940.java
1 parent f0bb5d0 commit ceeaedf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎AlgorithmDrills/src/Baekjoon/No1940.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public static void main(String[] args) throws IOException {
1111
BufferedReader bf = new BufferedReader(new InputStreamReader(System.in));
1212

1313
int material = Integer.parseInt(bf.readLine()); // 재료의 수
14-
int armour = Integer.parseInt(bf.readLine()); // 갑옷이 완성되는 번호의 합
14+
int armour = Integer.parseInt(bf.readLine()); // 갑옷이 완성되는 번호
1515

1616
int[] A = new int[material];
1717
StringTokenizer st = new StringTokenizer(bf.readLine());
@@ -40,4 +40,4 @@ public static void main(String[] args) throws IOException {
4040
System.out.println(count);
4141
bf.close();
4242
}
43-
}
43+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /