class Solution { public int findLengthOfLCIS(int[] nums) { int res = 0, count = 0; for(int i=0; i