백준 1075번 (나누기, C++) [BAEKJOON]
백준(BAEKJOON) 1075번 ‘나누기’ 문제에 대한 글입니다.
브루트포스 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘sharing’ problem in BAEKJOON No. 1075.
It was solved using the Brute algorithm.)
백준 1075번 (나누기, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1075번 ‘나누기’ 문제에 대한 글입니다.
브루트포스 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘sharing’ problem in BAEKJOON No. 1075.
It was solved using the Brute algorithm.)
백준 1075번 (나누기, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2798번 ‘블랙잭’ 문제에 대한 글입니다. (BAEKJOON No. 2798 on the ‘Black Jack’ issue.)
백준 2798번 (블랙잭, C++, brute force) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2231번 ‘분해합’ 에 대한 글입니다. ‘brute force’ 알고리즘을 사용하여 해결하였습니다. (This is an article about BAEKJOON No. 2231. Resolved using ‘brute force’ algorithm.)
백준 2231번 (분해합, C++, brute force) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1018번 ‘체스판 다시 칠하기’ 문제에 대한 글입니다.
‘BruteForce’ 알고리즘을 사용하여 해결하였습니다. (This is an article about the problem of painting the chessboard again in BAEKJOON 1018.
Resolved using ‘BruteForce’ algorithm.)
백준 1018번 (체스판 다시 칠하기, C++, BruteForce) [BAEKJOON] 더 읽기"