0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-23 19:08:47 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
2d8b11af9b
fix: c++ ext error 2022-07-04 19:52:10 +08:00
3d7bfb2ab9
chore: track *.pdf 2022-07-04 17:39:35 +08:00
2 changed files with 39 additions and 38 deletions

1
.gitattributes vendored
View File

@ -8,3 +8,4 @@
*.tar.gz filter=lfs diff=lfs merge=lfs -text *.tar.gz filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text *.gz filter=lfs diff=lfs merge=lfs -text
**/data/**/* filter=lfs diff=lfs merge=lfs -text **/data/**/* filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text

View File

@ -1,44 +1,44 @@
{ {
"version": 4, "version": 4,
"configurations": [ "configurations": [
{ // {
"name": "Win32", // "name": "Win32",
"includePath": [ // "includePath": [
"${workspaceFolder}/**" // "${workspaceFolder}/**"
], // ],
"defines": [ // "defines": [
"_DEBUG", // "_DEBUG",
"UNICODE", // "UNICODE",
"_UNICODE" // "_UNICODE"
], // ],
"compilerPath": "C:/Program Files (x86_64)/mingw64/bin/g++.exe", // "compilerPath": "C:/Program Files (x86_64)/mingw64/bin/g++.exe",
"cStandard": "c11", // "cStandard": "c11",
"cppStandard": "c++14", // "cppStandard": "c++14",
"intelliSenseMode": "gcc-x64", // "intelliSenseMode": "gcc-x64",
"compilerArgs": [ // "compilerArgs": [
"-lm", // "-lm",
"-O2" // "-O2"
] // ]
}, // },
{ // {
"name": "Win32_Portable", // "name": "Win32_Portable",
"includePath": [ // "includePath": [
"${workspaceFolder}/**" // "${workspaceFolder}/**"
], // ],
"defines": [ // "defines": [
"_DEBUG", // "_DEBUG",
"UNICODE", // "UNICODE",
"_UNICODE" // "_UNICODE"
], // ],
"compilerPath": "/Applications/mingw64/bin/g++.exe", // "compilerPath": "/Applications/mingw64/bin/g++.exe",
"cStandard": "c11", // "cStandard": "c11",
"cppStandard": "c++14", // "cppStandard": "c++14",
"intelliSenseMode": "gcc-x64", // "intelliSenseMode": "gcc-x64",
"compilerArgs": [ // "compilerArgs": [
"-lm", // "-lm",
"-O2" // "-O2"
] // ]
}, // },
{ {
"name": "Linux", "name": "Linux",
"includePath": [ "includePath": [