You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
Ops. It looks that input_generators.py can be run on both Python2 and Python3, which is unintentional :)
If I run input_generators.py with Python2, I got 116.5MBytes.
It seems the only difference is their precisions.
Given that, I think you can use input7.csv generated by Python2 as is.
The difference would not matter in practice.
If you have a concern, run input_generators.py with Python3 :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Scoreboard に (こっそりと)
(Optional) Challenge 7
が追加されていたことに気づいたでしょうか?N = 2048
ではものたりないという方のために Bonus 問題を用意しました。入力の
input_7.csv
はこちらでは用意しないので、みなさんの手元のinput_generator.py
のの行を
に変更してから、
input_generator.py
を実行してください。input_7.csv
が手元に生成されます。ファイルのサイズは 153 MByte です。N は 2の22乗 (4,194,304) です。The text was updated successfully, but these errors were encountered: