đây là file json:
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "g++",
"args": ["-g","bai1_dem_so_cap_trung_nhau.cpp"],
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": "$gcc"
}
]
}
nó ai chỉ mh config cái này với

83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?