Overview
SHA1 Hash: | f19d33f1b6ab3d0add6b80c239420e256d632959 |
---|---|
Date: | 2011-02-23 11:52:24 |
User: | kinaba |
Comment: | a bit of comment |
Timelines: | family | ancestors | descendants | both | trunk |
Downloads: | Tarball | ZIP archive |
Other Links: | files | file ages | manifest |
Tags And Properties
- branch=trunk inherited from [9165bd3629]
- sym-trunk inherited from [9165bd3629]
Changes
Modified TZTesterSp/tangentz/TZTester.java from [60ea23189465161e] to [8b0f3086985103aa].
1 1 package tangentz; 2 2 import java.util.HashMap; 3 3 import java.util.Map; 4 4 import com.topcoder.client.contestant.ProblemComponentModel; 5 5 import com.topcoder.shared.language.Language; 6 6 import com.topcoder.shared.problem.*; 7 + 8 +// TZTester plugin 9 +// http://www.topcoder.com/contest/classes/TZTester/TZTester.html 10 +// customized by cafelier and naoya_t 11 + 12 + 13 + 7 14 8 15 9 16 /** 10 17 * @author TangentZ 11 18 * 12 19 * This tester class is for C++ only. It is based on PopsProcessor which is written for Java. 13 20 * It reads in all the given examples for a problem and generates the equivalent C++ code