We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58ebce commit 58fcc84Copy full SHA for 58fcc84
04월 08일 - 이분 탐색/과제/17281_v1.cpp
@@ -25,7 +25,7 @@ int hitScore(int hit, vector<bool> &baseman) {
25
if (hit == 4) {
26
score++;
27
} else {
28
- baseman[hit] = true; //새로운 선수들 홈에 도착
+ baseman[hit] = true; //새로운 선수 도착
29
}
30
return score;
31
0 commit comments