From 5674af430b4901cb1b3116fa7482585f243d11da Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Sun, 10 Oct 2021 14:01:19 +0800 Subject: Contain filenames in lists --- leningrade.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'leningrade.py') diff --git a/leningrade.py b/leningrade.py index 2bd4547..167b3cf 100644 --- a/leningrade.py +++ b/leningrade.py @@ -23,11 +23,11 @@ JOJ_INFO = { "homeworkID": JOJ_HOMEWORK_ID, "lang": LANGUAGE, "problemInfo": [ - # filename, problem ID, # of test cases - ("ex2.m", "61553cffb3c06a0006f45da3", 10), - ("ex4.m", "61553e5fb3c06a0006f45da9", 10), - ("ex5.m", "61553f8cb3c06a0006f45db2", 10), - ("ex6.m", "6155414cb3c06a0006f45dc7", 10), + # filenames, problem ID, # of test cases + (["ex2.m"], "61553cffb3c06a0006f45da3", 10), + (["ex4.m"], "61553e5fb3c06a0006f45da9", 10), + (["ex5.m"], "61553f8cb3c06a0006f45db2", 10), + (["ex6.m"], "6155414cb3c06a0006f45dc7", 10), ], } -- cgit v1.2.3