Skip to content

Commit 63757b3

Browse files
authoredAug 4, 2020
Update 2.cpp
1 parent ef2c964 commit 63757b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎7/2.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ vector<int> arr;
2020
int main(void) {
2121
// n(원소의 개수)와 target(찾고자 하는 값)을 입력받기
2222
cin >> n >> target;
23-
// 전체 원소 입력 받기
23+
// 전체 원소 입력받기
2424
for (int i = 0; i < n; i++) {
2525
int x;
2626
cin >> x;

0 commit comments

Comments
 (0)
Please sign in to comment.