Clion quick fix: suggesting including files with different quotation marks
I am using CLion 2024.1.3 with CLion Nova, working on a CMake C++ project.
When a missing #include is detected, a suggestion is given to add this directive.
However, it always uses the angular brackets. I would like it to use the quotation marks instead if the included file is part of the project I am developing. Is there a setting that controls that?
why here has SIGILL (Illegal instruction)
it is SIGILL (Illegal instruction), when I was solving the problem 797 on leetcode:Given a directed acyclic graph (DAG) of n nodes labeled from 0 to n – 1, find all possible paths from node 0 to node n – 1 and return them in any order.