Diff
Not logged in

Differences From Artifact [60ea23189465161e]:

To Artifact [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