ASCII Code Table – American Standard Code for Information Interchange Table

‘ASCII(아스키)’의 간단한 설명과 테이블에 대한 글입니다. 알고리즘 문제를 풀다 보면 필요할 때가 있어 정리해 두었습니다. (A brief description of the ASCII (ASCII) and an article about the table. When I solve algorithm problems, I sometimes need them, so I organized them.)

ASCII Code Table – American Standard Code for Information Interchange Table 더 읽기"

백준 11720번 (숫자의 합, C++) [BAEKJOON]

백준 (BAEKJOON)11720번 ‘숫자의 합’ 문제를 풀이한 내용의 글입니다.
string으로 입력을 받아서 인덱스를 순회하는 방식으로 처리하였습니다. (This is an article that solves the problem of ‘sum of numbers’ in BAEKJOON No. 1170.
I received input with string and processed it by traversing the index.)

백준 11720번 (숫자의 합, C++) [BAEKJOON] 더 읽기"

백준 2749번 (피보나치 수 3, C++) [BAEKJOON]

백준(BAEKJOON) 2749번 피보나치 수 3를 풀이한 내용의 글입니다. 해당 문제를 해결하기 위해 모듈러 산술 및 피사노의 주기 개념에 대해서도 간단하게 설명합니다. (This is an article that solves the Fibonacci number 3 of BAEKJOON 2749. To address this problem, we also briefly discuss the concepts of modular arithmetic and Pisano’s cycle.)

백준 2749번 (피보나치 수 3, C++) [BAEKJOON] 더 읽기"

백준 15353번 (큰 수 A+B (2), C++, 큰 수 연산) [BAEKJOON]

백준(BAEKJOON) 15353번 문제를 풀이한 글입니다. long long 의 범위를 벗어난 경우 string을 이용하여 덧셈을 하는 문제입니다. (This is an article that solves question 15353 of BAEKJOON. If it is outside the range of long long, it is a problem to add using the string.)

백준 15353번 (큰 수 A+B (2), C++, 큰 수 연산) [BAEKJOON] 더 읽기"

위로 스크롤