Skip to content

Commit 842ca57

Browse files
committed
[Bronze I] Title: 팀 이름 정하기, Time: 84 ms, Memory: 9352 KB -BaekjoonHub
1 parent 0192846 commit 842ca57

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

백준/Bronze/1296. 팀 이름 정하기/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
### 성능 요약
66

7-
메모리: 9352 KB, 시간: 92 ms
7+
메모리: 9352 KB, 시간: 84 ms
88

99
### 분류
1010

1111
구현, 문자열, 정렬
1212

1313
### 제출 일자
1414

15-
2026년 2월 5일 20:49:19
15+
2026년 2월 5일 20:49:45
1616

1717
### 문제 설명
1818

백준/Bronze/1296. 팀 이름 정하기/팀 이름 정하기.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Name = input[0];
1010
const N = Number(input[1]);
1111

1212
let answer = "Z";
13-
let point = -1;
13+
let point = 0;
1414

1515
for (let i = 2; i < N + 2; i++) {
1616
const result = calWord(Name, input[i]);

0 commit comments

Comments
 (0)