摘要:
using System;using System.Threading;using System.Collections.Generic;using System.Diagnostics;namespace DuckTyping{ class Program { public static int Range = 10000000; static void Main(string[] args) { string newRange = Console.ReadLine(); if (!string.IsNullOrEmpty(newRange)) { Range = Int32.Parse(n 阅读全文
posted @ 2011-07-04 21:15
Jeffrey Sun
阅读(631)
评论(3)
推荐(0)