solve hw-9
This commit is contained in:
16
.vscode/launch.json
vendored
16
.vscode/launch.json
vendored
@@ -135,6 +135,22 @@
|
||||
"MIMode": "gdb",
|
||||
"miDebuggerPath": "/usr/bin/gdb",
|
||||
"preLaunchTask": "C/C++: g++ build active file"
|
||||
},
|
||||
{
|
||||
"name": "nytrends",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${fileDirname}/${fileBasenameNoExtension}",
|
||||
"args": [
|
||||
"inputs/input_large9.json",
|
||||
"output.txt",
|
||||
"hashtag"
|
||||
],
|
||||
"cwd": "${fileDirname}",
|
||||
"environment": [],
|
||||
"MIMode": "gdb",
|
||||
"miDebuggerPath": "/usr/bin/gdb",
|
||||
"preLaunchTask": "C/C++: g++ build active file"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -78,6 +78,10 @@
|
||||
"unordered_set": "cpp",
|
||||
"regex": "cpp",
|
||||
"cinttypes": "cpp",
|
||||
"__node_handle": "cpp"
|
||||
"__node_handle": "cpp",
|
||||
"shared_mutex": "cpp",
|
||||
"cfenv": "cpp",
|
||||
"locale": "cpp",
|
||||
"filesystem": "cpp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user