8000 Update 10814.cpp · w10gd/basic-algo-lecture@8853a7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 8853a7c

Browse files
Update 10814.cpp
1 parent 223866c commit 8853a7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

0x0E/solutions/10814.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ int main(void){
1515
});
1616
for (auto p : x) cout << p.first << ' ' << p.second << '\n';
1717
}
18+
/*
19+
13 to 15번째 줄의 코드가 낯설면 람다 함수 키워드로 구글링 추천
20+
*/

0 commit comments

Comments
 (0)
0