Reverse Integer
摘要:
import java.util.*;public class Solution { public static int reverse(int x) { int a=x,tmp=0,i; int []b=new int[32]; for(i=0;i=0;j--){ tmp+=b[j]... 阅读全文
posted @ 2014-09-20 10:04 believer 阅读(111) 评论(0) 推荐(0)
浙公网安备 33010602011771号