CF922D Robot Vacuum Cleaner

Description

Pushok the dog has been chasing Imp for a few hours already. :::align{center} ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF922D/829d42ff73514382387680ad82853edceea77a87.png) ::: Fortunately, Imp knows that Pushok is afraid of a robot vacuum cleaner. While moving, the robot generates a string $ t $ consisting of letters 's' and 'h', that produces a lot of noise. We define noise of string $ t $ as the number of occurrences of string "sh" as a subsequence in it, in other words, the number of such pairs $ (i,j) $ , that $ i

Input Format

The first line contains a single integer $ n $ ( $ 1

Output Format

Print a single integer — the maxumum possible noise Imp can achieve by changing the order of the strings.

Explanation/Hint

The optimal concatenation in the first sample is $ ssshhshhhs $ .