728x90 에러2 [Git & Github] Git & Github 기초 사용법 ⌛ Git Bash 설치하기 Git - DownloadsDownloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific expgit-scm.com▶️ Git Bash 실행하기 Git Bash 혹은 Visual Studio Code의 Git Bash 터미널을 이용해 실습합니다.Mac : 터미널Window : Git Bash .. 2024. 7. 20. [JAVA 봐 | Error(에러)] incompatible types: Object[] cannot be converted to int[] 에러난 코드import java.util.*;public class Solution { public int[] solution(int []arr) { int[] answer = {}; int prev = -1; Stack stack = new Stack(); for (int num : arr) { if (num != prev) { stack.push(num); } prev = num; } answer = stack.toArray(); return answer; }} 실행 결과/Solution.java:16: error: .. 2024. 6. 7. 이전 1 다음 728x90