코딩도장

코딩도장

변경이력

돌아가기
2 9개 문자 추가

2014年06月03日 20:29

Oh Sungmin

파이썬 3.4 ```{.python} def f1(m,n): if n < 1 : print('wrong input') return if m == 0 : return 0 p = (m - 1) / n return int(p) + 1 ```
파이썬 3.4 ```{.python} def f1(m,n): if n < 1 : print('wrong input') return if m == 0 : return 0 p = (m - 1) / n return int(p) + 1 ```
파이썬 3.4 ```{.python} def f1(m,n): if n < 1 : print('wrong input') return if m == 0 : return 0 p = (m - 1) / n return int(p) + 1 ```
1 Original

2014年06月03日 20:29

Oh Sungmin

```{.python} def f1(m,n): if n < 1 : print('wrong input') return if m == 0 : return 0 p = (m - 1) / n return int(p) + 1 ```
```{.python} def f1(m,n): if n < 1 : print('wrong input') return if m == 0 : return 0 p = (m - 1) / n return int(p) + 1 ```
코딩도장

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

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

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