webturing 4 年 前
コミット
03ee622eb4
1 ファイル変更1 行追加0 行削除
  1. 1 0
      H.py

+ 1 - 0
H.py

@@ -0,0 +1 @@
+while True: print('%.3f' % sum(1 / i for i in range(1, int(input()) + 1)))