Testcase AC (Beta)

제출 #51348

제출 정보

언어:C#
상태:완료
실행 시간:43106 ms

제출 결과

정답 개수:

50

틀린 개수:

28

실행 실패 개수:

22

제출 코드

찾은 반례

입력:

cbcebe
cb

오답 출력:

ce

정답 출력:

cebe

입력:

efcffaaa
fa

오답 출력:

ef

정답 출력:

efca

입력:

cedcebde
ed

오답 출력:

ccee

정답 출력:

ccebde

입력:

afeefae
efa

오답 출력:

런타임 에러 (RTE)
stderr:
Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array. at System.Text.StringBuilder.get_Chars(Int32 index) at Solution.solution() in Program.cs:line 23 at Solution.Main(String[] args) in Program.cs:line 42

정답 출력:

afee

입력:

aabaaacace
aca

오답 출력:

런타임 에러 (RTE)
stderr:
Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array. at System.Text.StringBuilder.get_Chars(Int32 index) at Solution.solution() in Program.cs:line 23 at Solution.Main(String[] args) in Program.cs:line 42

정답 출력:

aabaace

입력:

cdcacffdce
dcac

오답 출력:

런타임 에러 (RTE)
stderr:
Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array. at System.Text.StringBuilder.get_Chars(Int32 index) at Solution.solution() in Program.cs:line 23 at Solution.Main(String[] args) in Program.cs:line 42

정답 출력:

cffdce