Differences From Artifact [60ea23189465161e]:
- File
TZTesterSp/tangentz/TZTester.java
- 2011-02-23 11:49:26 - part of checkin [78ec862f1a] on branch trunk - Added the source code of "TZTester cafelier+naoya_t custom". (user: kinaba) [annotate]
To Artifact [8b0f3086985103aa]:
- File
TZTesterSp/tangentz/TZTester.java
- 2011-02-23 11:52:24 - part of checkin [f19d33f1b6] on branch trunk - a bit of comment (user: kinaba) [annotate]
1 package tangentz; 1 package tangentz;
2 import java.util.HashMap; 2 import java.util.HashMap;
3 import java.util.Map; 3 import java.util.Map;
4 import com.topcoder.client.contestant.ProblemComponentModel; 4 import com.topcoder.client.contestant.ProblemComponentModel;
5 import com.topcoder.shared.language.Language; 5 import com.topcoder.shared.language.Language;
6 import com.topcoder.shared.problem.*; 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 * @author TangentZ 17 * @author TangentZ
11 * 18 *
12 * This tester class is for C++ only. It is based on PopsProcessor which is wri 19 * This tester class is for C++ only. It is based on PopsProcessor which is wri
13 * It reads in all the given examples for a problem and generates the equivalent 20 * It reads in all the given examples for a problem and generates the equivalent