摘要:
using System;class Class1{ static void Main() { Console.WriteLine("请输入第一个数:"); int a=Convert.ToInt32(Console.ReadLine()); Console.WriteLine("请输入第二个数:"); int b=Convert.ToInt32(Console.ReadLine()); if(a>b) { int temp; temp=b; b=a; a=temp; } i... 阅读全文
posted @ 2011-09-13 21:38
BeFlyingWind
阅读(8413)
评论(0)
推荐(0)
浙公网安备 33010602011771号