Skip to content

Commit

Permalink
Merge pull request #10 from AlgoLeadMe/3-pu2rile
Browse files Browse the repository at this point in the history
3-pu2rile
  • Loading branch information
pu2rile authored Jul 10, 2024
2 parents cdbbd60 + 85bd450 commit bf24871
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 1 addition & 4 deletions pu2rile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@
|:----:|:---------:|:----:|:-----:|:----:|
| 1์ฐจ์‹œ | 2024.03.24 | DP | [ํ‰๋ฒ”ํ•œ ๋ฐฐ๋‚ญ](https://www.acmicpc.net/problem/12865) | [#3](https://github.com/AlgoLeadMe/AlgoLeadMe-10/pull/3#issue-2205834078)|
| 2์ฐจ์‹œ | 2024.03.29 | ๊ตฌํ˜„ | [OXํ€ด์ฆˆ](https://www.acmicpc.net/problem/8958) | [#6](https://github.com/AlgoLeadMe/AlgoLeadMe-10/pull/6#issue-2214931034)|
| 3์ฐจ์‹œ | 2024.04.02 | ๋ฌธ์ž์—ด | [ํฌ๋กœ์•„ํ‹ฐ์•„ ์•ŒํŒŒ๋ฒณ](https://www.acmicpc.net/problem/8958) | [#10](https://github.com/AlgoLeadMe/AlgoLeadMe-10/pull/10#issue-2220631332)
| 4์ฐจ์‹œ | 2024.04.08 | ์Šคํƒ | [์ œ๋กœ](https://www.acmicpc.net/problem/10773) | [#15](https://github.com/AlgoLeadMe/AlgoLeadMe-10/pull/15#issue-2229909173)
| 5์ฐจ์‹œ | 2024.04.10 | ๊ทธ๋ฆฌ๋”” ์•Œ๊ณ ๋ฆฌ์ฆ˜ | [๊ตญํšŒ์˜์› ์„ ๊ฑฐ](https://www.acmicpc.net/problem/1417) | [#18](https://github.com/AlgoLeadMe/AlgoLeadMe-10/pull/18#issue-2235862658)
| 6์ฐจ์‹œ | 2024.05.10 | ๊ทธ๋ฆฌ๋”” ์•Œ๊ณ ๋ฆฌ์ฆ˜ | [ATM](https://www.acmicpc.net/problem/11399) | [#25](https://github.com/AlgoLeadMe/AlgoLeadMe-10/pull/25#issue-2289086909)
| 3์ฐจ์‹œ | 2024.04.02 | ๋ฌธ์ž์—ด | [ํฌ๋กœ์•„ํ‹ฐ์•„ ์•ŒํŒŒ๋ฒณ](https://www.acmicpc.net/problem/8958) | [#10](https://github.com/AlgoLeadMe/AlgoLeadMe-10/pull/10#issue-2220631332)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
change = ['c=','c-','dz=','d-','lj','nj','s=','z=']
str = input()
for n in change: #change์—์„œ ํ•˜๋‚˜์”ฉ ๋ฃจํ”„ ๋Œ๋ฉฐ
str = str.replace(n, 'a') #str๊ณผ ๊ฐ™์€ ๋ฌธ์ž๋ฅผ ๋ฐœ๊ฒฌํ•˜๋ฉด ํ•ด๋‹น ๋ฌธ์ž๋ฅผ a์œผ๋กœ ์น˜ํ™˜
print(len(str)) #str์˜ ๊ธธ์ด

0 comments on commit bf24871

Please sign in to comment.