This commit is contained in:
2025-07-12 23:57:21 +08:00
parent 321cb6c439
commit 7325a22989
4 changed files with 45 additions and 12 deletions

View File

@@ -60,7 +60,6 @@ add_executable(219 src/219.c)
add_executable(225 src/225.c)
add_executable(228 src/228.c)
add_executable(231 src/231.c)
add_executable(258 src/258.c)
add_executable(263 src/263.c)
add_executable(268 src/268.c)
add_executable(278 src/278.c)
@@ -96,7 +95,6 @@ set(EXECUTABLE_SOURCES
"${CMAKE_SOURCE_DIR}/src/225.c"
"${CMAKE_SOURCE_DIR}/src/228.c"
"${CMAKE_SOURCE_DIR}/src/231.c"
"${CMAKE_SOURCE_DIR}/src/258.c"
"${CMAKE_SOURCE_DIR}/src/263.c"
"${CMAKE_SOURCE_DIR}/src/268.c"
"${CMAKE_SOURCE_DIR}/src/278.c"