add: 230322-CN

This commit is contained in:
Eatswap 2023-03-23 00:15:48 +08:00
parent 0bc79d6395
commit 8a10e73747
Signed by: Eatswap
GPG Key ID: BE661106A1F3FA0B
2 changed files with 48 additions and 2 deletions

46
cpp/2303/230322-CN.cpp Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.24) CMAKE_MINIMUM_REQUIRED(VERSION 3.26)
PROJECT(2303) PROJECT(2303)
SET(CMAKE_CXX_STANDARD 23) SET(CMAKE_CXX_STANDARD 23)
ADD_EXECUTABLE(2303 230321.cpp) ADD_EXECUTABLE(2303 230322-CN.cpp)