본문 바로가기

sm 기술 블로그

검색하기
sm 기술 블로그
프로필사진 sm_hope

  • 분류 전체보기 (601)
    • 기타 (14)
    • 에러 (4)
    • MySQL (8)
    • CSS & HTML (9)
    • 리액트 (32)
    • JavaScript (17)
    • Java (19)
    • 스프링부트 (46)
    • Python (28)
    • AWS (14)
    • 문제 (388)
      • 백준_자바 (102)
      • 백준_파이썬 (155)
      • 백준_자바스크립트 (91)
      • 프로그래머스_자바 (1)
      • 프로그래머스_파이썬 (13)
      • 프로그래머스_sql (24)
      • 기본 문제_자바 (1)
    • 자료구조 || 알고리즘 (18)
    • 토이프로젝트 (4)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
  • 출처 https://aandi.tistory.com/28
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록문제/프로그래머스_자바 (1)

sm 기술 블로그

스킬체크 테스트 레벨1

-문제1 class Solution { public int solution(String s) { int answer = 0; answer = Integer.parseInt(s); return answer; } } -문제2 import java.util.ArrayList; class Solution { public String solution(int a, int b) { String answer = ""; int total = 0; ArrayList day = new ArrayList(); day.add("THU");//0 day.add("FRI"); day.add("SAT"); day.add("SUN"); day.add("MON"); day.add("TUE"); day.add("WED");//6 swit..

문제/프로그래머스_자바 2022. 6. 6. 16:09
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바