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