質問編集履歴
1
誤字の修正(publicbyte[,,]answer;からpublic byte[,,] answer;に変わりました)
title
CHANGED
File without changes
|
body
CHANGED
@@ -43,7 +43,9 @@
|
|
43
43
|
publicclassVariablStorage
|
44
44
|
{
|
45
45
|
//解答用を記録する配列
|
46
|
-
|
46
|
+
public byte[,,] answer;
|
47
|
+
//2025/05/28 文法の間違いがあり、上記の「public byte[,,] answer;」が正しい表記です。TakaiYさん、ご指摘ありがとうございます。気づけませんでした。
|
48
|
+
//publicbyte[,,]answer;
|
47
49
|
|
48
50
|
//初期化関数
|
49
51
|
publicvoidInitializationMethod()
|