From 35d79b7d0186c0201223371d3217899d6ed6f1aa Mon Sep 17 00:00:00 2001 From: xusun000 <2235861811@qq.com> Date: Wed, 1 Dec 2021 16:55:43 +0800 Subject: [PATCH] fresh --- 2021_code_graph.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2021_code_graph.cpp b/2021_code_graph.cpp index 5a05803..7b372ae 100644 --- a/2021_code_graph.cpp +++ b/2021_code_graph.cpp @@ -42,4 +42,5 @@ int main() { int i = IsExistEL(G); printf("%d", i); return 0; -} \ No newline at end of file +} +// \ No newline at end of file