質問編集履歴

1

エラー箇所を明確にした

2017/12/26 01:52

投稿

nkt070408
nkt070408

スコア29

test CHANGED
File without changes
test CHANGED
@@ -52,21 +52,11 @@
52
52
 
53
53
  Console.WriteLine(matches[i]);
54
54
 
55
- // 6
56
-
57
- // 32
58
-
59
- // 4
60
-
61
- // 5
62
-
63
- // 12
64
-
65
- // 13
66
-
67
55
  }
68
56
 
57
+
58
+
69
- //int a = Int32.Parse(matches[1]);
59
+ //int a = Int32.Parse(matches[1]); // この部分でエラー
70
60
 
71
61
  //Console.WriteLine(a);
72
62