본문 바로가기 메뉴 바로가기

Devlog

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Devlog

검색하기 폼
  • 분류 전체보기 (171)
    • Record (1)
    • Algorithm (149)
      • Baekjoon (75)
      • Programmers (72)
      • Algorithm (2)
    • CS (9)
      • Data Structure (4)
      • Computer Structure (1)
      • etc. (4)
    • JavaScript (1)
    • Web (5)
    • Troubleshooting (3)
    • C, C++ (3)
  • 방명록

1193 (1)
[백준] 1193 : 분수찾기 - Python

https://www.acmicpc.net/problem/1193 1193번: 분수찾기 첫째 줄에 X(1 ≤ X ≤ 10,000,000)가 주어진다. www.acmicpc.net import sys X = int(sys.stdin.readline()) count = 1 result = 1 seq = 1 d = 1 if X == 1: print('1/1') else: while(seq < X): count += 1 seq += count d *= -1 if(d == -1): print(count+1-(seq - X + 1), end = '') print('/', end = '') print(seq - X + 1) else: print(seq - X + 1, end = '') print('/', end = ..

Algorithm/Baekjoon 2020. 4. 6. 22:49
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
«   2025/07   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바