摘要:
package findlongarray;import java.util.Stack;class LongArray { int array[]; Stack stack; public LongArray() { } public LongArray(int i) { array = new int[10]; { for (int j = 0; j array[jtemp]) { stacktemp.push(j); } }... 阅读全文
posted @ 2013-12-25 23:26
peerelss
阅读(137)
评论(0)
推荐(0)
2013年12月25日