
算法
vit_chen
探索者
展开
-
按拼音重复数匹配夫妻相
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Husband_Wife_Looks { class Program { static void Main(str原创 2015-01-09 10:18:29 · 465 阅读 · 0 评论 -
学生成绩划及格线
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Score_Passing_Line { class Program {原创 2015-01-09 08:58:08 · 533 阅读 · 0 评论 -
学生拉开关控制电灯明暗,求最后点亮的电灯个数
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Calculate_Light { class Program { static void Main(string原创 2015-01-08 16:33:12 · 475 阅读 · 0 评论 -
输出字符串中的大写字母
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Filter_UppercaseLetter { class Program原创 2015-01-08 14:58:13 · 1896 阅读 · 0 评论 -
判断日期在所在年中的位置
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Calculate_Date_Location { class Program { static void Mai原创 2015-01-07 11:45:51 · 301 阅读 · 0 评论 -
取数组最大公约数
看到题目,顺便做做。原创 2015-01-07 10:55:40 · 847 阅读 · 0 评论