정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 5 0
런타임 에러 (RTE)
stderr:
Unhandled exception. System.FormatException: The input string '2 5 0' was not in a correct format. at System.Number.ThrowFormatException[TChar](ReadOnlySpan`1 value) at System.Int32.Parse(String s) at Program.<<Main>$>g__Z|0_1(<>c__DisplayClass0_0&) in Program.cs:line 4 at Program.<Main>$(String[] args) in Program.cs:line 5
0
3 3 0
런타임 에러 (RTE)
stderr:
Unhandled exception. System.FormatException: The input string '3 3 0' was not in a correct format. at System.Number.ThrowFormatException[TChar](ReadOnlySpan`1 value) at System.Int32.Parse(String s) at Program.<<Main>$>g__Z|0_1(<>c__DisplayClass0_0&) in Program.cs:line 4 at Program.<Main>$(String[] args) in Program.cs:line 5
0
5 5 2 2 1 2 2 12 2 4 0 1 2
런타임 에러 (RTE)
stderr:
Unhandled exception. System.FormatException: The input string '5 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>$>g__Z|0_1(<>c__DisplayClass0_0&) in Program.cs:line 4 at Program.<Main>$(String[] args) in Program.cs:line 5
14