2009-09-01から1ヶ月間の記事一覧

next_permutation

STLのに面白い関数が入ってた。 #include <algorithm> #include <fstream> #include <sstream> #include <iostream> #include <vector> using namespace std; template<class IIter> string put(IIter begin, IIter end){ stringstream temp; temp << end-begin << ":[" << flush; while(begin != end){ temp << *(begin++</class></vector></iostream></sstream></fstream></algorithm>…

キャストをミスったときのエラー

初心者丸出しの記事を書くよー #include <iostream> #include <cstdio> using namespace std; class Man{ public: int height; int weight; public: Man(int h_, int w_):height(h_), weight(w_){ } string toString(){ char temp[100]; sprintf(temp, "Man<h=%d, w=%d>", height, weight);</h=%d,></cstdio></iostream>…

U-20プログラミング・コンテストレポ続き

前の続き。もう時間たってだいぶあいまいになってきちゃった・・・ 団体部門のある一校が豚インフルで外出禁止の足止めを食らってしまったらしく、これで全発表が終了。審査員が別室へ移動。その間に公演がありました。オブザーバーのBCNさんからBCNについて…