Fix/atcoder memory notation change by himoooooono · Pull Request #173 · online-judge-tools/api-client

what #172 について、メモリ表記と、計算値を変更しました。 KB→KiB (byte * 1000 → byte * 1024) MB→MiB(byte * 1000 * 1000 → byte * 1024 * 1024) あったらごめんなさいなのですが、このプロジェクト内ではテスト時の[INFO]max memory: ○○MiB を出力する箇所が見つけられなかったのでこの範囲の...