タグ

2013年3月23日のブックマーク (1件)

  • TopCoder の傾向と対策(C++編)

    ホームに戻る TopCoder の傾向と対策(C++編) 0、はじめに TopCoder の概要は(Java編)に書いたので、 コードのぶんだけC++について書きたいと思います。 ヘッダの先頭は以下のように書きました。 実行時間には影響しないのでたくさん用意しておいたほうがいいです。 #include <algorithm> #include <cfloat> #include <climits> #include <cmath> #include <complex> #include <cstdio> #include <cstdlib> #include <functional> #include <iostream> #include <map> #include <memory> #include <queue> #include <set> #include <sstream>