質問編集履歴
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -64,7 +64,7 @@
|
|
64
64
|
|
65
65
|
word = input()
|
66
66
|
|
67
|
-
if word == "
|
67
|
+
if word == "y":
|
68
68
|
|
69
69
|
c += 1
|
70
70
|
|
@@ -90,11 +90,11 @@
|
|
90
90
|
|
91
91
|
|
92
92
|
|
93
|
-
for
|
93
|
+
for w in s:
|
94
94
|
|
95
|
-
if
|
95
|
+
if w[1] == "y":
|
96
96
|
|
97
|
-
s = s[
|
97
|
+
s = s[w[0]+11:]
|
98
98
|
|
99
99
|
break
|
100
100
|
|