回答編集履歴
1
訂正
answer
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
.Select(p => p.Key);
|
49
49
|
|
50
50
|
Console.WriteLine("The maximum frequency words are:");
|
51
|
-
foreach(string word in
|
51
|
+
foreach(string word in words2)
|
52
52
|
{
|
53
53
|
Console.WriteLine(word);
|
54
54
|
}
|