摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1{ class Program { //求两个数的奇数范围的和 static void Main(string[] args) { int num1 = int.Parse(Console.ReadLine()); ... 阅读全文
posted @ 2014-01-26 12:15 Peaceful_Pig 阅读(210) 评论(0) 推荐(0) 编辑