Differences From Artifact [6e30a998ce576012]:
- File        
TZTesterSp/template.cpp
- 2012-05-20 14:16:51 - part of checkin [2034908d41] on branch trunk - 543 (user: kinaba) [annotate]
 
 
To Artifact [f84e3f16d60fb246]:
- File        
TZTesterSp/template.cpp
- 2016-10-26 12:37:23 - part of checkin [ed7454da2a] on branch trunk - 701 (user: kinaba) [annotate]
 
 
   10  #include <iterator>                                                                   10  #include <iterator>
   11  #include <functional>                                                                 11  #include <functional>
   12  #include <complex>                                                                    12  #include <complex>
   13  #include <queue>                                                                      13  #include <queue>
   14  #include <stack>                                                                      14  #include <stack>
   15  #include <cmath>                                                                      15  #include <cmath>
   16  #include <cassert>                                                                    16  #include <cassert>
                                                                                        >    17  #include <tuple>
   17  using namespace std;                                                                  18  using namespace std;
   18  typedef long long LL;                                                                 19  typedef long long LL;
   19  typedef long double LD;                                                          <
   20  typedef complex<LD> CMP;                                                         |    20  typedef complex<double> CMP;
   21                                                                                        21  
   22  class $CLASSNAME$ { public:                                                           22  class $CLASSNAME$ { public:
   23          $RC$ $METHODNAME$($METHODPARMS$)                                              23          $RC$ $METHODNAME$($METHODPARMS$)
   24          {                                                                             24          {
   25          }                                                                             25          }
   26  };                                                                                    26  };
   27                                                                                        27  
   28  $TESTCODE$                                                                            28  $TESTCODE$