質問編集履歴
1
引数の不足
test
CHANGED
File without changes
|
test
CHANGED
@@ -52,7 +52,7 @@
|
|
52
52
|
|
53
53
|
//constexpr?
|
54
54
|
|
55
|
-
static const VECTOR<int> pos(100,100);
|
55
|
+
static const VECTOR<int> pos(100,100,100);
|
56
56
|
|
57
57
|
};
|
58
58
|
|