摘要:
2014-05-01 01:00题目链接原题:Given a matrix with 1's and 0's, a rectangle can be made with 1's. What is the maximum area of the rectangle. 00010 11100 11110... 阅读全文
摘要:
2014-05-01 00:45题目链接原题:input [2,3,1,4] output [12,8,24,6] Multiply all fields except it's own position. Restrictions: 1. no use of division 2. complex... 阅读全文