From d532506b8e8c11934f1cac8a22a07994ad149a36 Mon Sep 17 00:00:00 2001 From: a01sa01to <26807394+a01sa01to@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:45:36 +0900 Subject: [PATCH] fix testset id --- saitama-venice-university/tests/TESTSET | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saitama-venice-university/tests/TESTSET b/saitama-venice-university/tests/TESTSET index bf0ddc2..1bee8b2 100644 --- a/saitama-venice-university/tests/TESTSET +++ b/saitama-venice-university/tests/TESTSET @@ -6,5 +6,5 @@ cxx_judge( variant=testlib_judge_runner, flags=["-std=c++2a", "-O2"], ) -id = "three-coins" +id = "saitama-venice-university" subtask_testset(name="All", score=100, input_patterns=["*_all.in"])