diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..015f043 --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,16 @@ +{ + "configurations": [ + { + "name": "Linux", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [], + "cStandard": "c17", + "cppStandard": "gnu++17", + "intelliSenseMode": "linux-gcc-x64", + "compilerPath": "/usr/bin/g++" + } + ], + "version": 4 +} \ No newline at end of file diff --git a/test1 b/test1 deleted file mode 100755 index a0ffbc7..0000000 Binary files a/test1 and /dev/null differ diff --git a/test1.cpp b/实验一/test1.cpp similarity index 100% rename from test1.cpp rename to 实验一/test1.cpp