@@ -64,7 +64,7 @@ def run(args, in_path, out_path, time_limit, memory_limit):
ftemp.close()
os.remove('temp.out')
if crst != 0:
- return {"result_list:" : [{'result': crst}]}
+ return {'result':crst}
return rst