Skip to content

Commit 328b43f

Browse files
committed
Feat: 7주차 접두사 문제
1 parent ed078d9 commit 328b43f

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Diff for: 7주차/박종운/실버1__접두사.js

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
const local_input = `
2-
7
3-
ca
4-
cade
5-
caed
6-
cae
7-
coff
8-
c
9-
cb
2+
6
3+
hello
4+
hi
5+
h
6+
run
7+
rerun
8+
running
109
`;
1110

1211
const input = process.execArgv.includes("--stack-size=65536")

0 commit comments

Comments
 (0)