Java

Error 모음

[ERROR] [Eclipse] Cannot invoke substring

백준에서 문제를 풀다가 에러가 발생해서 문제를 해결하고 포스팅을 진행합니다. 사진 화면 코드 화면 1 2 3 4 5 Exception in thread "main" java.lang.Error: Unresolved compilation problems: Cannot invoke substring(int, int) on the array type String[] Cannot invoke substring(int) on the array type String[] at test.b_test.main(b_test.java:17) Colored by Color Scripter cs 1 Cannot invoke substring(int, int) on the array type String[] cs 원인 발생 원인..

SeongJo
'Java' 태그의 글 목록