Language
C#
Compiler
mcs HEAD 5.19.0.0
Options
$ mcs -out:prog.exe prog.cs
4593
Unhandled Exception:
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber (System.ReadOnlySpan`1[T] str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) [0x00045] in <ec9004b577194fda948f0f86ef604856>:0
at System.Number.ParseInt32 (System.ReadOnlySpan`1[T] s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x0000a] in <ec9004b577194fda948f0f86ef604856>:0
at System.Int32.Parse (System.String s) [0x00016] in <ec9004b577194fda948f0f86ef604856>:0
at Wandbox.Program.Main (System.String[] args) [0x0000f] in <444c6d9bc96e4451b0bc4358bcb31df4>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber (System.ReadOnlySpan`1[T] str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) [0x00045] in <ec9004b577194fda948f0f86ef604856>:0
at System.Number.ParseInt32 (System.ReadOnlySpan`1[T] s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x0000a] in <ec9004b577194fda948f0f86ef604856>:0
at System.Int32.Parse (System.String s) [0x00016] in <ec9004b577194fda948f0f86ef604856>:0
at Wandbox.Program.Main (System.String[] args) [0x0000f] in <444c6d9bc96e4451b0bc4358bcb31df4>:0
Exit Code:
1