From ae62a67dc8f39d930d509eeb6d694d7d6c94323b Mon Sep 17 00:00:00 2001 From: potato167 <66621378+potato167@users.noreply.github.com> Date: Mon, 15 Jul 2024 01:04:57 +0900 Subject: [PATCH] =?UTF-8?q?url=20=E3=83=9F=E3=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/algorithm/sum_min_conv.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/algorithm/sum_min_conv.test.cpp b/test/algorithm/sum_min_conv.test.cpp index 4064597..4a67562 100644 --- a/test/algorithm/sum_min_conv.test.cpp +++ b/test/algorithm/sum_min_conv.test.cpp @@ -1,4 +1,4 @@ -#define PROBLEM https://judge.yosupo.jp/problem/min_plus_convolution_convex_arbitrary +#define PROBLEM "https://judge.yosupo.jp/problem/min_plus_convolution_convex_arbitrary" #include "../../algorithm/sum_max_convolution.hpp"