정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
7 3 6 1
런타임 에러 (RTE)
stderr:
Unhandled exception. System.FormatException: The input string '7 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 Program.cs:line 1
0
-5 2 9 5
런타임 에러 (RTE)
stderr:
Unhandled exception. System.FormatException: The input string '-5 2' 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 Program.cs:line 1
1
3 -6 3 3
런타임 에러 (RTE)
stderr:
Unhandled exception. System.FormatException: The input string '3 -6' 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 Program.cs:line 1
1