250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- D4
- readingbook
- swexpertacademy
- 쉬운 알고리즘 문제
- 알고리즘
- englishbook
- 직무면접
- 프로그래머스
- 백준
- 코딩테스트
- STUDYENGLISH
- 알고리즘 문제
- 삼성
- sw expert academy
- the midnight library
- nightroutine
- 코테 준비
- 원서읽기
- sw expert
- 원서
- PyQt
- dfs
- BFS
- English
- SQL
- MySQL
- 완전탐색
- 원서읽자
- 코테
- 코테 대비
Archives
- Today
- Total
목록7732 (1)
시나브로
[D3] 7732. 시간 개념
#include int main() { int test_case = 0; scanf("%d", &test_case); char buffer = 0; scanf("%c", &buffer); for (int q = 0; q < test_case; q++) { int present_hours = 0; int present_min = 0; int present_second = 0; int future_hours = 0; int future_min = 0; int future_second = 0; int remain_hours = 0; int remain_second = 0; int remain_min = 0; scanf("%d:%d:%d",&present_hours,&present_min,&present_sec..
알고리즘/SW Expert Academy
2019. 10. 6. 11:12