[BAEKJOON] 22193 Multiply
문제 요약 알고리즘 분류: 수학 난이도: Bronze5 문제내용: N M 길이 준다 A , B 곱한 결과를 출력해라 사이트: https://www.acmicpc.net/problem/22193 22193번: Multiply Write a program that computes a product of two non-negative integers A and B. The integers are represented in decimal notation and have N and M digits, respectively. www.acmicpc.net Code Python input() print(int(input()) * int(input())) Java 정수의 길이의 제한이 없어서 BigInteger로 선언해..
알고리즘/백준
2022. 11. 28. 21:56
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- BFS
- JSCODE
- 재귀호출
- 동적계획법
- DFS
- 넓이 우선 탐색
- 자바
- 이론
- BaekJoon
- 알고리즘
- 구현
- 백준
- 파이썬
- 누적합
- Greedy
- 배열
- 그래프
- 백트레킹
- DP
- Python
- 문자열
- spring-boot
- LeetCode
- Programmerse
- java
- 그리디
- level2
- 수학
- 동적 계획법
- 조합
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함