코딩도장

코딩도장

변경이력

돌아가기
3 1개 문자 추가 1개 문자 삭제

2024年03月12日 06:02

만원

```{.python} cuantos_ocho = 0 for i in range(1, 100001): str_i = str(i) cuantos_ocho += str_i.count('8') print(cuantos_ocho) ```
```{.python} cuantos_ocho = 0 for i in range(1, 100001): str_i = str(i) cuantos_ocho += str_i.count('8') print(cuantos_ocho) ```
```{.python} cuantos_ocho = 0 for i in range(1, 100001): str_i = str(i) cuantos_ocho += str_i.count('8') print(cuantos_ocho) ```
2 27개 문자 추가

2024年03月12日 06:01

만원

```{.python} cuantos_ocho = 0 for i in range(1, 10000): str_i = str(i) cuantos_ocho += str_i.count('8') print(cuantos_ocho) ```
```{.python} cuantos_ocho = 0 for i in range(1, 10000): str_i = str(i) cuantos_ocho += str_i.count('8') print(cuantos_ocho) ```
```{.python} cuantos_ocho = 0 for i in range(1, 10000): str_i = str(i) cuantos_ocho += str_i.count('8') print(cuantos_ocho) ```
1 Original

2024年03月12日 06:00

만원

```{.python} cuantos_ocho = 0 for i in range(1, 10000): str_i = str(i) cuantos_ocho += str_i.count('8') ```
```{.python} cuantos_ocho = 0 for i in range(1, 10000): str_i = str(i) cuantos_ocho += str_i.count('8') ```
코딩도장

코딩도장은 프로그래밍 문제풀이를 통해서 코딩 실력을 수련(Practice)하는 곳입니다.

코딩도장 © 2014 · 문의 [email protected]
피드백 · 개인정보취급방침 · RSS

AltStyle によって変換されたページ (->オリジナル) /