백준 10250번 (ACM 호텔, C++) [BAEKJOON]
백준(BAEKJOON) 10250번 ‘ACM 호텔’ 문제에 대한 글입니다. (This is an article about the ‘ACM Hotel’ problem in BAEKJOON 1020.)
백준 10250번 (ACM 호텔, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10250번 ‘ACM 호텔’ 문제에 대한 글입니다. (This is an article about the ‘ACM Hotel’ problem in BAEKJOON 1020.)
백준 10250번 (ACM 호텔, C++) [BAEKJOON] 더 읽기"
백준(BEAKJOON) 4153번 ‘직사각형’ 문제를 풀이한 내용의 글입니다. (This is an article that solves the problem of ‘rectangle’ in BEAKJOON No. 4153.)
백준 4153번 (직각삼각형, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2869번 ‘달팽이는 올라가고 싶다’ 문제 풀이 글입니다. (This is BAEKJOON’s 2869 ‘The Snail Want to Go Up’ problem solving.)
백준 2869번 (달팽이는 올라가고 싶다, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10989번 ‘수 정렬하기 3’ 문제에 대한 글입니다. (This is an article on the question of ‘Sorting Numbers 3’ in BAEKJOON No. 10989.)
백준 10989번 (수 정렬하기 3, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1920번 ‘수 찾기’ 문제에 대한 글입니다. set 을 이용하여 해결하였습니다. (This is an article about the question of ‘finding numbers’ in BAEKJOON 1920. I solved it using set.)
백준 1920번 (수 찾기, C++, set) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2292번 문제 ‘벌’ 에 대한 글입니다. 규칙을 찾아내는 것이 문제의 포인트 같습니다. (This is an article about the question ‘bee’ of BAEKJOON No. 2292. Finding the rules seems to be the point of the problem.)
백준 2292번 (벌, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2231번 ‘분해합’ 에 대한 글입니다. ‘brute force’ 알고리즘을 사용하여 해결하였습니다. (This is an article about BAEKJOON No. 2231. Resolved using ‘brute force’ algorithm.)
백준 2231번 (분해합, C++, brute force) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1259번 ‘팰린드롬수’ 에 대한 글입니다. 문자열의 인덱스로 해결하였습니다. (This is BAEKJOON’s 1259 article about ‘Palindromsu’. Resolved with index of string.)
백준 1259번 (팰린드롬수, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1085번 ‘직사각형에서 탈출’ 문제에 대한 글입니다. (This is an article on the issue of ‘Escape from Rectangle’ in BAEKJOON No. 1085.)
백준 1085번 (직사각형에서 탈출, C++) [BAEKJOON] 더 읽기"
백준 11021번 ‘A+B – 7’ 문제에 대한 글입니다. 기본적인 사칙연산 문제 입니다. (This is an article on the question of ‘A+B – 7’ in Baekjun 11021. It’s a basic quadratic computation problem.)
백준 11021번 (A+B – 7, C++) [BAEKJOON] 더 읽기"