回答編集履歴

1

上手く動作しない点があったので修正

2017/10/16 04:52

投稿

fiveHundred
fiveHundred

スコア9778

test CHANGED
@@ -6,7 +6,9 @@
6
6
 
7
7
  //全ての設定を格納する変数
8
8
 
9
+ //↓エラーが出たので、int→stringにしました
10
+
9
- Dictionary<int, Dictionary<string, int>> processList = new Dictionary<int, Dictionary<string, int>>();
11
+ Dictionary<string, Dictionary<string, int>> processList = new Dictionary<string, Dictionary<string, int>>();
10
12
 
11
13
  Dictionary<string, int> process;
12
14