- 博客(3)
- 收藏
- 关注
原创 亚马逊笔试题2
2. Question: There is a 5*5 matrix; the elements in this matrix are different integer from 0 to 24. The elements in this matrix are disordered. 0 is a special element. The upper element, under e
2014-11-30 15:05:22
864
原创 亚马逊笔试题1
1. Question: Given an array with positive integers and another integer for example{7 2 4} 9, you are required to generate an equation, by inserting operator add ("+") and minus ("-") among the
2014-11-29 19:12:26
812
原创 C++人民币转换
#include "stdafx.h" #include #include #include using namespace std; string itos(int i) { switch(i) { case 0: return "零"; case 1: return "一"; case 2: return "二"; case 3: return "三"; cas
2012-11-02 10:04:40
1504
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅