Diff
Not logged in

Differences From Artifact [60ea23189465161e]:

To Artifact [8b0f3086985103aa]:


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