初步完成第三题

This commit is contained in:
2024-09-26 00:57:27 +08:00
parent 39e4029b9c
commit f2061faf17
3 changed files with 35 additions and 2 deletions
+1
View File
@@ -6,3 +6,4 @@ set(CMAKE_CXX_STANDARD 20)
add_executable(test1
test1.cpp)
add_executable(test2 test2.cpp)
add_executable(test3 test3.cpp)