摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace firstpro{ class Program { static void Main(string[] args) { int a,b,sum;//定义局部变量a,b,sum //a = 5; b = 10;//对局... 阅读全文
posted @ 2009-09-23 10:48
吴令野
阅读(555)
评论(0)
推荐(0)