This commit is contained in:
vincent 2024-02-29 12:09:18 +08:00
parent a7bf517661
commit 3b840fd020
2 changed files with 2 additions and 17 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
output
output.bak
input.txt.bak
__pycache__
__pycache__
.vscode

16
.vscode/launch.json vendored
View File

@ -1,16 +0,0 @@
{
// 使 IntelliSense
//
// 访: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "main.py",
"console": "integratedTerminal",
"justMyCode": true
}
]
}