Skip to content

Commit 65ce3de

Browse files
committed
Update 9935
1 parent fc9e584 commit 65ce3de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

week14/bsw/9935_문자열 폭발.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
# 시간초과
2+
# 왜?
3+
14
string = input()
25
bomb = input()
36

47
answer = ''
58

6-
string = 's'*500000 + '4'*500000
7-
bomb = 'ssssssssssssssssss444444444444444444'
89
for i in range(len(string)):
910
answer+=string[i]
1011
if string[i] == bomb[-1]:

0 commit comments

Comments
 (0)