8000 Update 13549.cpp · urijan44/basic-algo-lecture@1cba04d · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cba04d

Browse files
Update 13549.cpp
1 parent e472ebb commit 1cba04d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

0x09/solutions/13549.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,8 @@ int main(void) {
4040
}
4141
}
4242
cout << board[bro]-1;
43-
}
43+
}
44+
45+
/*
46+
teleport 함수를 이용해 현재 보고 있는 v / nv의 2의 거듭제곱을 한 번에 처리하는 방식으로 풀이한 코드
47+
*/

0 commit comments

Comments
 (0)
0