일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 백준 파이썬
- window
- 포인터
- document
- 파이썬
- blind sql injection
- suninatas 풀이
- 사칙연산
- 함수
- 조건문
- IF문
- 메소드
- github
- object
- 배열
- 김성엽 대표님
- lord of sql injection
- python
- xss game 풀이
- 백준 알고리즘
- sql injection
- 자바스크립트
- property
- burp suite
- 객체
- jQuery
- Pwndbg
- xss game
- htmlspecialchars
- element 조회
Archives
- Today
- Total
power-girl0-0
[ 2884 ] 알람 시계 본문
728x90
H,M = map(int, input().split())
if(M<45):
if(H==0):
H=23
M+=60
else:
H-=1
M+=60
print("%d %d"%(H,M-45))
728x90
'백준 알고리즘 > python' 카테고리의 다른 글
[ 10950 ] A + B - 3 (0) | 2021.02.28 |
---|---|
[ 2739 ] 구구단 (0) | 2021.02.28 |
[ 14681 ] 사분면 고르기 (0) | 2021.02.28 |
[ 2753 ] 윤년 (0) | 2021.02.28 |
[ 9498 ] 시험 성적 (0) | 2021.02.28 |
Comments