https://github.com/SeoJaeMin619/DunGeon123
결국 개인과제 벽 해결을 못한채...내버렸다
하........나는 쓰레기다................난 느타리버섯이다.............
오늘 알고리즘 문제는 자연수 뒤집어서 배열로 만드는 것
public class Solution {
public int[] solution(long n) {
string a=n.ToString();
int[] answer = new int[a.Length];
for(int i=0;i<a.Length;i++){
answer[i]=(int)(n%10);
n=n/10;
}
return answer;
}
}
코드는 이렇게 했어용
https://lee-ian.tistory.com/18
여기 참고함 ㅇㅂㅇ
내일부터 또 팀프로젝트 시작입니다... 더 집중해서 해야지