Here you can find things that interesting for me in programming at the moment
BigInteger sum=0; foreach(var line in File.ReadAllLines("data")) sum+=(BigInteger.Parse(line)); Console.WriteLine(sum.ToString().Substring(0,10));
No comments:
Post a Comment