2015-04-08から1日間の記事一覧

day3

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks;namespace ConsoleApplication7 { class Score { static void Main(string args) { int a = { 0, 1, 2, 3,4,5,6,7,8,9 }; var q = a.…