02 2015 档案
JAVA LUHN
摘要:http://stackoverflow.com/questions/26383926/luhn-algorithm-java 1 static boolean luhn(String pnr){ 2 // this only works if you are certain all inp... 阅读全文
posted @ 2015-02-04 14:41 kelisi_king 阅读(703) 评论(0) 推荐(0)