/// https://leetcode.com/problems/length-of-last-word/ class Solution { public: int lengthOfLastWord(string s) { int count = 0; int n = s.size(); int i = 0; while(i