摘要: //一个游戏,前20关是每一关自身的分数,//21-30关每一关是10分//31-40关,每一关是20分//41-49关,每一关是30分//第50关,是100//输入你现在闯到的关卡数,求你现在拥有的分数using System;using System.Collections.Generic;us... 阅读全文
posted @ 2016-01-26 16:33 烟_雨_江_南 阅读(331) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace _99乘法表{ class Program { stat 阅读全文
posted @ 2016-01-26 16:04 烟_雨_江_南 阅读(111) 评论(0) 推荐(0)