Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 그래프adt
- 프로그래머스
- 명령어
- 11562
- 단어변환
- startswith
- SSAFY
- 객체정렬
- 특정인덱스바꾸기
- 자바
- 7699
- toCharArray()
- 시작
- 10580번
- 진수 int형으로
- django
- K번째수
- 완주하지못한선수
- 타겟넘버
- 전화번호목록
- 알고리즘
- git
- SWEA
- 백준
- 백양로브레이크
- 스타일리쉬들여쓰기
- 타도
- 프로젝트
- Java
- 2579
Archives
- Today
- Total
합리적 낙관주의자
2진수 ... n진수 숫자로 바꾸기 : 자바
일단 String으로 입력 받은 n진수를 int형으로 바꾸기 .parseInt(바꾸려는 String , n) public static void main(String[] args) throws NumberFormatException, IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int TC = Integer.parseInt(br.readLine()); for (int testCase = 1; testCase
Computer Thinking 🌟/Self study 📖
2020. 5. 3. 23:04