摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace ConsoleApplication3 7 { 8 class Program 9 {10 static void Main(string[] args)11 {12 //变量的定义13 int a,b;14 int sum,dif,pro,quo;15 ... 阅读全文
posted @ 2012-09-09 01:38 roytanlu 阅读(359) 评论(0) 推荐(0)