Example #1
0
 def test_mod_case(self):
     response = self.runner.run('agc019-E')
     for l in ALL_LANGUAGES:
         self.verify(response,
                     sys._getframe().f_code.co_name, l, "jinja",
                     ProblemConstantSet(mod=998244353))
Example #2
0
 def test_yes_no_case(self):
     response = self.runner.run('agc021-C')
     for l in ALL_LANGUAGES:
         self.verify(response,
                     sys._getframe().f_code.co_name, l, "jinja",
                     ProblemConstantSet(yes_str="YES", no_str="NO"))