정답 개수:
0
틀린 개수:
6
실행 실패 개수:
4
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
1 -3
1
2 8 -2
1 2
2 -4 -2
1 2
2 1 -5
런타임 에러 (RTE)
stderr:
Unhandled exception. System.InvalidOperationException: The LinkedList node does not belong to current LinkedList. at System.Collections.Generic.LinkedList`1.ValidateNode(LinkedListNode`1 node) at System.Collections.Generic.LinkedList`1.Remove(LinkedListNode`1 node) at Program.Main(String[] args) in Program.cs:line 58
1 2
5 3 2 1 -3 -1
런타임 에러 (RTE)
stderr:
Unhandled exception. System.InvalidOperationException: The LinkedList node does not belong to current LinkedList. at System.Collections.Generic.LinkedList`1.ValidateNode(LinkedListNode`1 node) at System.Collections.Generic.LinkedList`1.Remove(LinkedListNode`1 node) at Program.Main(String[] args) in Program.cs:line 58
1 4 5 3 2
8 1 2 -6 2 -7 1 6 10
런타임 에러 (RTE)
stderr:
Unhandled exception. System.InvalidOperationException: The LinkedList node does not belong to current LinkedList. at System.Collections.Generic.LinkedList`1.ValidateNode(LinkedListNode`1 node) at System.Collections.Generic.LinkedList`1.Remove(LinkedListNode`1 node) at Program.Main(String[] args) in Program.cs:line 58
1 2 4 6 7 5 3 8