摘要: using System;/// <summary>/// Summary description for IDCardValid/// </summary>namespace a{ public static class ss { public static void Main() { string str; while (true ) { str = Console.ReadLine(); Console.WriteLine(IDCardValid.CheckIDCard(str)); } } } public class IDCardValid { public 阅读全文
posted @ 2010-04-28 13:24 cpcpc 阅读(1424) 评论(1) 推荐(0)