摘要:
1 class Solution 2 { 3 public: 4 bool order(string A) 5 { 6 for(int i = 0; i A[i+1]) 9 { 10 return false; 11 ... 阅读全文
posted @ 2018-11-18 12:48
Asurudo
阅读(346)
评论(0)
推荐(0)
摘要:
1 class Solution 2 { 3 public: 4 bool validMountainArray(vector& A) 5 { 6 if(A.size()A[maxIndex]) 13 maxIndex = i; 14 } 15 ... 阅读全文
posted @ 2018-11-18 12:47
Asurudo
阅读(218)
评论(0)
推荐(0)

浙公网安备 33010602011771号