Check-in [b344f7b953]
Not logged in
Overview
SHA1 Hash:b344f7b953e5c950e5612ef0bf9004e09df815ff
Date: 2011-05-19 07:51:05
User: kinaba
Comment:Added my standard template for TZTester
Timelines: family | ancestors | descendants | both | trunk
Downloads: Tarball | ZIP archive
Other Links: files | file ages | manifest
Tags And Properties
Changes

Added TZTesterSp/template.cpp version [0155d37d08046666]

> 1 #include <iostream> > 2 #include <sstream> > 3 #include <iomanip> > 4 #include <vector> > 5 #include <string> > 6 #include <map> > 7 #include <set> > 8 #include <algorithm> > 9 #include <numeric> > 10 #include <iterator> > 11 #include <functional> > 12 #include <complex> > 13 #include <queue> > 14 #include <stack> > 15 #include <cmath> > 16 #include <cassert> > 17 #include <cstring> > 18 using namespace std; > 19 typedef long long LL; > 20 typedef complex<double> CMP; > 21 > 22 class $CLASSNAME$ { public: > 23 $RC$ $METHODNAME$($METHODPARMS$) > 24 { > 25 } > 26 }; > 27 > 28 $TESTCODE$