True
True
False
Run-time exception (line 41): Value was either too large or too small for a UInt32.
Stack Trace:
[System.OverflowException: Value was either too large or too small for a UInt32.]
at System.ParseNumbers.StringToInt(String s, Int32 radix, Int32 flags, Int32* currPos)
at System.Convert.ToInt32(String value, Int32 fromBase)
at Program.solution(String S) :line 41
at Program.Main() :line 35