정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
3 0 1 3
런타임 에러 (RTE)
stderr:
Unhandled exception. System.FormatException: The input string '1 3' was not in a correct format. at System.Number.ThrowFormatException[TChar](ReadOnlySpan`1 value) at System.Int32.Parse(String s) at Program.<Main>$(String[] args) in /tmp/compile/c15af3fc777fb1e56c74e4c6acfd3ebc3606b67507b1ce9ebe070c760c19a4a2/CsharpApp/Program.cs:line 5
-1
7 1 3 4 7 5 6
런타임 에러 (RTE)
stderr:
Unhandled exception. System.FormatException: The input string '3 4 7' was not in a correct format. at System.Number.ThrowFormatException[TChar](ReadOnlySpan`1 value) at System.Int32.Parse(String s) at Program.<Main>$(String[] args) in /tmp/compile/c15af3fc777fb1e56c74e4c6acfd3ebc3606b67507b1ce9ebe070c760c19a4a2/CsharpApp/Program.cs:line 5
-1
3 3 2 3 8 1 2 4 1 3 9 1 2
런타임 에러 (RTE)
stderr:
Unhandled exception. System.FormatException: The input string '2 3 8' was not in a correct format. at System.Number.ThrowFormatException[TChar](ReadOnlySpan`1 value) at System.Int32.Parse(String s) at Program.<Main>$(String[] args) in /tmp/compile/c15af3fc777fb1e56c74e4c6acfd3ebc3606b67507b1ce9ebe070c760c19a4a2/CsharpApp/Program.cs:line 5
12