일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Flutter
- 페이코 친구코드
- 페이코 추천인코드
- 플러터 개발환경 설정
- php 프로그래밍 입문 예제
- 페이코 초대코드
- php 프로그래밍
- php 프로그래밍 입문 문제풀이
- 백준
- C
- programmers
- spring
- 페이코 추천인
- 스프링
- php 프로그래밍 입문 연습문제
- php 프로그래밍 입문 3판
- php
- SWEA
- 배열
- 최단 경로
- 한정 분기
- 자바 스프링
- C언어
- 파이썬
- 자바
- php 프로그래밍 입문 솔루션
- php 프로그래밍 입문
- Java
- 플러터
- JAVA SPRING
- Today
- Total
목록전체 글 (594)
ImJay

[파이썬/Python] 백준 22193번 Multiply 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 문제 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..

[파이썬/Python] 백준 21598번 SciComLove 21598번: SciComLove 당신은 싸이컴을 향해 절을 하려고 합니다. 하지만, 당신이 싸이컴에 들어오고 싶어서 절을 한 번 할 수도 있고, 싸이컴을 매우 싫어해 절을 두 번 할 수도 있습니다. 당신이 절을 할 횟수가 주어 www.acmicpc.net 문제 당신은 싸이컴을 향해 절을 하려고 합니다. 하지만, 당신이 싸이컴에 들어오고 싶어서 절을 한 번 할 수도 있고, 싸이컴을 매우 싫어해 절을 두 번 할 수도 있습니다. 당신이 절을 할 횟수가 주어질 때, 그 횟수만큼 절하는 프로그램을 작성하세요. 실제로 프로그램을 이용해 절을 할 수는 없기 때문에, 대신 “SciComLove”를 출력하도록 합니다. 코드 for _ in range(int(..

[파이썬/Python] 백준 21300번 Bottle Return 21300번: Bottle Return In the United States, beverage container deposit laws, or so-called bottle bills, are designed to reduce litter and reclaim bottles, cans and other containers for recycling. Ten states currently have some sort of deposit-refund systems in place for differe www.acmicpc.net 문제 In the United States, beverage container deposit laws, or so-ca..