回答編集履歴

1

修正

2019/04/14 05:33

投稿

asm
asm

スコア15147

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  template <const size_t xSize, const size_t ySize>
4
4
 
5
- void fillArray(std::array<char, xSize>, ySize> &mMap){
5
+ void fillArray(std::array<std::array<char, xSize>, ySize> &mMap){
6
6
 
7
7
  }
8
8