質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
VC++17を使用
|
7
7
|
|
8
8
|
```C++
|
9
|
-
|
9
|
+
void test( void )
|
10
10
|
{
|
11
11
|
static const std::map<std::string, std::vector<int>> tMap ={
|
12
12
|
{ "AAA", { 0, 1, 2, 3 } },
|