We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0192846 commit 842ca57Copy full SHA for 842ca57
2 files changed
백준/Bronze/1296. 팀 이름 정하기/README.md
@@ -4,15 +4,15 @@
4
5
### 성능 요약
6
7
-메모리: 9352 KB, 시간: 92 ms
+메모리: 9352 KB, 시간: 84 ms
8
9
### 분류
10
11
구현, 문자열, 정렬
12
13
### 제출 일자
14
15
-2026년 2월 5일 20:49:19
+2026년 2월 5일 20:49:45
16
17
### 문제 설명
18
백준/Bronze/1296. 팀 이름 정하기/팀 이름 정하기.js
@@ -10,7 +10,7 @@ const Name = input[0];
const N = Number(input[1]);
let answer = "Z";
-let point = -1;
+let point = 0;
for (let i = 2; i < N + 2; i++) {
const result = calWord(Name, input[i]);
0 commit comments