728x90
반응형
- [프로그래머스 코딩테스트] oracle Lv.3 있었는데요 없었습니다chantlemanselect i.animal_id, i.namefrom animal_ins i, animal_outs owhere o.animal_id = i.animal_idand i.datetime>o.datetimeorder by i.datetime
- 2024-11-28 13:40:54
- [프로그래머스 코딩테스트] oracle Lv.3 오랜 기간 보호한 동물(1)chantlemanselect name, datetimefrom (select animal_id, name, datetime from animal_ins where animal_id not in (select animal_id from animal_outs) order by datetime)where rownum
- 2024-11-28 11:59:19
- [프로그래머스 코딩테스트] oracle Lv.3 오랜 기간 보호한 동물(2)chantlemanselect animal_id, namefrom (select o.animal_id, o.name, (o.datetime-i.datetime) from ANIMAL_OUTS o,ANIMAL_INS i where o.animal_id=i.animal_id order by (o.datetime-i.datetime) desc)where rownum
- 2024-11-28 11:51:30
- [프로그래머스 코딩테스트] java Lv.0 n번째 원소부터chantlemanimport java.util.*;class Solution { public ArrayList solution(int[] num_list, int n) { ArrayList answer = new ArrayList(); for(int i=n-1;i
- 2024-11-27 18:29:06
- [프로그래머스 코딩테스트] java Lv.0 왼쪽 오른쪽chantlemanimport java.util.*;class Solution { public ArrayList solution(String[] str_list) { ArrayList answer = new ArrayList(); int l = Arrays.asList(str_list).indexOf("l"); int r = Arrays.asList(str_list).indexOf("r"); if(l==-1 && r==-1 ) return answer; if(l==0 && r==str_list.length) return answer; if(r==-1 ||(l=0) ){ for(in..
- 2024-11-26 16:21:07
- [프로그래머스 코딩테스트] java Lv.0 순서 바꾸기chantlemanimport java.util.*;class Solution { public ArrayList solution(int[] num_list, int n) { ArrayList answer = new ArrayList(); ArrayList start = new ArrayList(); for(int i=0;i 두개의 ArrayList 합치기addAll() 메소드 사용
- 2024-11-26 11:03:34
- [프로그래머스 코딩테스트] oracle Lv.3 헤비 유저가 소유한 장소chantlemanSELECT id, name, host_idfrom places awhere (select count(host_id) from places b where a.host_id = b.host_id) >=2order by id
- 2024-11-23 16:10:18
- [프로그래머스 코딩테스트] java Lv.0 배열 만들기3chantlemanimport java.util.*;class Solution { public ArrayList solution(int[] arr, int[][] intervals) { ArrayList answer = new ArrayList(); for(int i=intervals[0][0]; i
- 2024-11-20 12:24:28
728x90
반응형
스킨 업데이트 안내
현재 이용하고 계신 스킨의 버전보다 더 높은 최신 버전이 감지 되었습니다. 최신버전 스킨 파일을 다운로드 받을 수 있는 페이지로 이동하시겠습니까?
("아니오" 를 선택할 시 30일 동안 최신 버전이 감지되어도 모달 창이 표시되지 않습니다.)