nikeeshi のコーディング記

コーディングの成果をはっつけるとこ。このブログにあるソースコードはNYSL Version 0.9982に従い公開します(2014/06/18)。

2014-10-05から1日間の記事一覧

SRM635

250は整数問題にしてやるやり方とdoubleでやるやり方がありますが、doubleでやると誤差死します。 無理矢理、doubleで通しました。 Level1 #include <string> #include <vector> #include <iostream> #include <algorithm> #include <functional> #include <cmath> using namespace std; double eps=0.0000001; double</cmath></functional></algorithm></iostream></vector></string>…