boj)2577
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int a = scanner.nextInt(); int b = scanner.nextInt(); int c = scanner.nextInt(); int[] count = new int[10]; // 0 ~ 9 10 String total = String.valueOf(a * b * c); for (int i = 0; i < total.length(); i++) { count[total.charAt(i) - '0']++; // char형에서 int형으로 반환할때 - '0'을 해준..
PS/boj
2020. 8. 23. 12:39
링크
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 드림코딩
- 킹수빈닷컴
- HTTP 완벽가이드
- 패스트캠퍼스 컴퓨터공학 완주반
- JPA 연관관계 매핑
- REST API
- 이펙티브자바 스터디
- js array
- 모던자바스크립트
- Spring Security
- HTTP 완벽 가이드
- 김영한 JPA
- dreamcoding
- 이펙티브자바 아이템60
- js promise
- http
- js api
- JS 딥다이브
- 김영한 http
- 이펙티브자바 아이템59
- 이펙티브자바
- 가상 면접 사례로 배우는 대규모 시스템 설계 기초
- 프로그래머스 SQL
- 백준
- 프로그래머스
- java
- GCP
- 집 구하기
- 백기선 스터디
- BOJ
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함