From ba4bee9a9a508eb1a686808241559b331f2d33ea Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 22 Sep 2015 17:28:25 +0200 Subject: Added Greatest Negative problem. --- python/common.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/common.py') diff --git a/python/common.py b/python/common.py index 2b66aff..e4de997 100644 --- a/python/common.py +++ b/python/common.py @@ -13,6 +13,8 @@ hint_type = { 'error': Hint('error'), 'eof_error': Hint('eof_error'), 'timed_out': Hint('timed_out'), + 'problematic_test_case': Hint('problematic_test_case'), + 'no_func_name': Hint('no_func_name') } def hint(python, program): -- cgit v1.2.1