From deb343e0721282e8d22d7156fa543b858e9268c0 Mon Sep 17 00:00:00 2001 From: Ariel Date: Fri, 19 Jan 2024 18:22:04 +0800 Subject: [PATCH] Update ac-automaton.cc --- string/ac-automaton.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/string/ac-automaton.cc b/string/ac-automaton.cc index ecf9636..911f179 100644 --- a/string/ac-automaton.cc +++ b/string/ac-automaton.cc @@ -1,3 +1,5 @@ +// lg-5357.cc + #include "../include.hh" void solve(vector ss, string t) {