摘要: class Program { static void Main(string[] args) { long result = 0; Stopwatch Watch = new Stopwatch(); long count = 10000; Watch.Start(); for (long i = 阅读全文