mirror of
https://gitcode.com/Zengtudor/alg2025.git
synced 2025-12-21 06:31:43 +00:00
Compare commits
2 Commits
d66152a01b
...
c9ca654dda
| Author | SHA1 | Date | |
|---|---|---|---|
| c9ca654dda | |||
| 00494f7840 |
@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
add_compile_options(-Wall)
|
||||
add_link_options(-fsanitize=address,undefined)
|
||||
include_directories(${CMAKE_CURRENT_LIST_DIR}/include)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
6
src/8/12/P8865.cpp
Normal file
6
src/8/12/P8865.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
|
||||
int main(){
|
||||
|
||||
}
|
||||
3
src/8/12/P8866.cpp
Normal file
3
src/8/12/P8866.cpp
Normal file
@ -0,0 +1,3 @@
|
||||
int main(){
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user