For positive real numbers \(S\) and \(K\), the function \(H_K(S)\) is defined as:
\[ H_K(S) = \max(S-K, 0) \]
The max function is defined as:
\[ \max(a,b) = \begin{cases} a, & \text{when } a > b \\ b, & \text{when } a \leq b \end{cases} \]
The graph below shows the plot of a function \(N(S)\) versus \(S\).

\(N(S)\) can be expressed as ______.