去某知名公司面试题
摘要:1 12 123 1234 12345自己回来写的代码: static void Main(string[] args) { for (int i = 1; i < 5; i++) { string result=""; for (int j = 1; j <=i; j++) { //result = result + j.ToS...
阅读全文
posted @ 2012-07-24 21:43
posted @ 2012-07-24 21:43
posted @ 2012-07-24 21:05