Problem statement
The Gammal Tech file system keeps a log each time some user performs a change folder operation.
The operations are described below:
You are given a list of strings s[i] where is the operation performed by the user..
Input
1 <= s.length <= 103
2 <= s[i].length <= 10
Output
print the minimum number of operations needed to go back to the main folder after the change folder operations.