Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ac プログラムを作成してコンパイルしましたが、bash を使用して実行できません。
以下を使用してコンパイルしました。 g++ -g -Wall -o hello hello.cpp
g++ -g -Wall -o hello hello.cpp
次に、次のように実行しようとしました: ./hello
./hello
それは私に与えました:
bash: ./hello: Permission denied