TopCoderプラグイン

最近は、http://d.hatena.ne.jp/kusano_prog/20091126/1259244682 とはちょっと違っているので....〆(・ω・` )メモメモ

CodeProcessor + TZTester 1.01 <cafelier&naoya_t>-custom + FileEdit

テンプレート

// BEGIN CUT HERE
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
using namespace std;
template<typename T> ostream& operator<<(ostream& os, const vector<T>& v);
// END CUT HERE

class $CLASSNAME${public:
$RC$ $METHODNAME$( $METHODPARMS$ )
{
}};

$TESTCODE$