read each element of a line
This commit is contained in:
parent
5a1721acf7
commit
0d4f948ff5
4 changed files with 1036 additions and 1 deletions
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
|
|
@ -3,8 +3,10 @@
|
|||
{
|
||||
"type": "cppbuild",
|
||||
"label": "C/C++: gcc build active file",
|
||||
"command": "/usr/bin/gcc",
|
||||
"command": "/usr/bin/g++",
|
||||
"args": [
|
||||
"--std",
|
||||
"gnu++23",
|
||||
"-fdiagnostics-color=always",
|
||||
"-g",
|
||||
"${file}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue