정답 개수:
0
틀린 개수:
6
실행 실패 개수:
4
3 1 2 0 0 2 5 0 0
10000000
-1
5 1 2 0 4 3 9 0 0
10000000
-1
3 3 2 0 0 1 99 1 0 44 1 2 26 0 0
10000000
-1
3 2 2 0 0 1 88 2 1 81 0 0
런타임 에러 (RTE)
stderr:
terminate called after throwing an instance of 'std::out_of_range' what(): vector::_M_range_check: __n (which is 81) >= this->size() (which is 3)
-1
4 5 0 2 0 1 1 0 3 5 1 2 2 1 3 1 3 2 1 0 0
런타임 에러 (RTE)
stderr:
terminate called after throwing an instance of 'std::out_of_range' what(): vector::_M_range_check: __n (which is 5) >= this->size() (which is 4)
-1
6 13 4 2 0 3 19 0 2 62 4 3 97 4 5 82 1 4 97 1 0 41 5 4 72 4 2 44 2 0 50 2 5 24 1 2 68 5 1 92 3 1 17 0 0
런타임 에러 (RTE)
stderr:
terminate called after throwing an instance of 'std::out_of_range' what(): vector::_M_range_check: __n (which is 82) >= this->size() (which is 6)
182