Skip to content

Commit 58fcc84

Browse files
committed
[이분 탐색] 04월 16일 - Update
1 parent e58ebce commit 58fcc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04월 08일 - 이분 탐색/과제/17281_v1.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ int hitScore(int hit, vector<bool> &baseman) {
2525
if (hit == 4) {
2626
score++;
2727
} else {
28-
baseman[hit] = true; //새로운 선수들 홈에 도착
28+
baseman[hit] = true; //새로운 선수 도착
2929
}
3030
return score;
3131
}

0 commit comments

Comments
 (0)