質問編集履歴

1

コード一部修正

2017/06/05 08:14

投稿

otintin
otintin

スコア6

test CHANGED
File without changes
test CHANGED
@@ -52,9 +52,9 @@
52
52
 
53
53
  int min = Array.Min();
54
54
 
55
- Console.WriteLine("最大値:",max);
55
+ Console.WriteLine("最大値:"+max);
56
56
 
57
- Console.WriteLine("最小値:",min);
57
+ Console.WriteLine("最小値:"+min);
58
58
 
59
59
  }
60
60