实验七第一题

This commit is contained in:
2024-12-22 15:03:42 +08:00
parent f746c7cf86
commit 594ab426fd
2 changed files with 64 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.30)
project(homework7)
set(CMAKE_CXX_STANDARD 20)
add_executable(test1 test1.cpp)