質問編集履歴
2
表現の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -87,3 +87,29 @@
|
|
87
87
|
assert.h というファイルをfindで探してみたのですが、見つからず。
|
88
88
|
|
89
89
|
アドバイス等頂けると幸いです。
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
---
|
94
|
+
|
95
|
+
(追記)
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
gcc --version 実行時は下記出力となっています。
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
```
|
104
|
+
|
105
|
+
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
|
106
|
+
|
107
|
+
Apple clang version 11.0.3 (clang-1103.0.32.62)
|
108
|
+
|
109
|
+
Target: x86_64-apple-darwin19.6.0
|
110
|
+
|
111
|
+
Thread model: posix
|
112
|
+
|
113
|
+
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
114
|
+
|
115
|
+
```
|
1
表現の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -13,6 +13,8 @@
|
|
13
13
|
|
14
14
|
|
15
15
|
Visual Sudio Code で C++ の stdc++.h を読み込みたいが、エラーになる
|
16
|
+
|
17
|
+
← 競技プログラミングで必要なライブラリのincludeを一括で行いたいためです
|
16
18
|
|
17
19
|
|
18
20
|
|