摘要: 一个简易的图书管理系统 阅读全文
posted @ 2017-02-25 13:46 芊鸟咔咔 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 一个简易的租车系统 阅读全文
posted @ 2017-02-25 13:42 芊鸟咔咔 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 1 public class Solution { 2 public int reverse(int x) { 3 int tmp; 4 int result=0; 5 int res=0; 6 if(x==0) 7 result=0; 8 else{ 9 ... 阅读全文
posted @ 2017-02-25 12:59 芊鸟咔咔 阅读(125) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/palindrome-number/?tab=Description 阅读全文
posted @ 2017-02-25 12:38 芊鸟咔咔 阅读(159) 评论(0) 推荐(0) 编辑