Skip to content

Commit ef2c964

Browse files
authored
Update 2.cpp
1 parent 458867c commit ef2c964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7/2.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ int n, target;
1818
vector<int> arr;
1919

2020
int main(void) {
21-
// n(원소의 개수)와 target(찾고자 하는 값)을 입력 받기
21+
// n(원소의 개수)와 target(찾고자 하는 값)을 입력받기
2222
cin >> n >> target;
2323
// 전체 원소 입력 받기
2424
for (int i = 0; i < n; i++) {

0 commit comments

Comments
 (0)