www.acmicpc.net/problem/2576 2576번: 홀수 7개의 자연수가 주어질 때, 이들 중 홀수인 자연수들을 모두 골라 그 합을 구하고, 고른 홀수들 중 최솟값을 찾는 프로그램을 작성하시오. 예를 들어, 7개의 자연수 12, 77, 38, 41, 53, 92, 85가 주어지 www.acmicpc.net 1234567891011121314151617181920212223242526272829public class Test { public static void main(String[] args) throws Exception { // TODO Auto-generated method stub BufferedReader br = new BufferedReader(new InputStreamRea..
www.acmicpc.net/problem/8958 8958번: OX퀴즈 "OOXXOXXOOO"와 같은 OX퀴즈의 결과가 있다. O는 문제를 맞은 것이고, X는 문제를 틀린 것이다. 문제를 맞은 경우 그 문제의 점수는 그 문제까지 연속된 O의 개수가 된다. 예를 들어, 10번 문제의 점수 www.acmicpc.net 123456789101112131415161718192021222324252627282930313233343536373839public class Test { public static void main(String[] args) throws Exception { // TODO Auto-generated method stub BufferedReader br = new BufferedReader..
1. LeetCode leetcode.com/explore/ Explore - LeetCode LeetCode Explore is the best place for everyone to start practicing and learning on LeetCode. No matter if you are a beginner or a master, there are always new topics waiting for you to explore. leetcode.com 2. HackerRank www.hackerrank.com/dashboard Dashboard | HackerRank Join over 11 million developers in solving code challenges on HackerRan..
- Total
- Today
- Yesterday
- 알고리즘
- gof
- 2529
- 4796
- BFS
- CS
- 순열
- 백트래킹
- 11659
- 하노이 탑
- 15686
- recursion
- 게리맨더링
- 와일드카드
- 11729
- generic
- 재귀
- 프로그래머스
- OOP
- 디자인 패턴
- 신규아이디추천
- 백준
- Stack
- 구간 합 구하기
- Wrapper Class
- 래퍼 클래스
- 제네릭
- java
- 조합
- Regex
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |