From 32d7529967866ee84be88b8f0b2030ca03b2bb86 Mon Sep 17 00:00:00 2001 From: rogerwang2008 Date: Fri, 31 Jul 2026 00:33:17 +0800 Subject: [PATCH] CMakeLists.txt --- .gitignore | 1 + .idea/MarsCodeWorkspaceAppSettings.xml | 1 + .idea/editor.xml | 1 + .idea/workspace.xml | 289 ++++++++++++++----- CMakeLists.txt | 15 + luogu_template_dsu_P3367.cpp | 48 +++ pojcs101_M02524_ubiquitous_religions_dsu.cpp | 15 + pojcs101_M02694_polish_notation_tree.cpp | 97 +++++++ 8 files changed, 396 insertions(+), 71 deletions(-) create mode 100644 CMakeLists.txt create mode 100644 luogu_template_dsu_P3367.cpp create mode 100644 pojcs101_M02694_polish_notation_tree.cpp diff --git a/.gitignore b/.gitignore index 8ec8dc9..9280b34 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .venv +cmake-build-debug /*.exe /*.dSYM diff --git a/.idea/MarsCodeWorkspaceAppSettings.xml b/.idea/MarsCodeWorkspaceAppSettings.xml index e2a065b..b26fdc6 100644 --- a/.idea/MarsCodeWorkspaceAppSettings.xml +++ b/.idea/MarsCodeWorkspaceAppSettings.xml @@ -1,6 +1,7 @@ + \ No newline at end of file diff --git a/.idea/editor.xml b/.idea/editor.xml index 69ae789..8019d75 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -255,6 +255,7 @@