質問編集履歴

1

修正

2023/09/13 03:59

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
  VC++17を使用
7
7
 
8
8
  ```C++
9
- bool test( void )
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 } },