实验八第一题

This commit is contained in:
2024-12-22 15:33:33 +08:00
parent 9604d24ef6
commit cbf7e4467e
2 changed files with 52 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.30)
project(homework8)
set(CMAKE_CXX_STANDARD 20)
add_executable(test1 test1.cpp)