定义好第一题结构体、初始化函数、插入函数

This commit is contained in:
2024-10-10 12:56:25 +08:00
parent ddae8207e3
commit ae40fb0d46
3 changed files with 35 additions and 7 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ project(homework2)
set(CMAKE_CXX_STANDARD 20)
add_executable(homework2 main.cpp)
add_executable(test1 test1.cpp)