• Skip to primary navigation
  • Skip to content
  • Skip to footer
Dev Battery Dev Battery Sustain intellectual momentum through disciplined engineering practice
    Wonjun Jeong

    Wonjun Jeong

    Backend engineer specializing in scalable systems and reliable API design.

    • Republic of Korea
    • Email
    • GitHub
    All Posts 896
    • 🍀 Diary
      • Today I Learned 259
    • 📈 Algorithm
      • Recap 4
      • LeetCode 116
      • HackerRank 130
      • Codeforces 43
      • Programmers 88
      • Baekjoon 153
      • Inflearn 2
    • 📒 Issue
      • Project 23
    • 🧑🏻‍💻 Programming
      • DevOps 3
      • Java 15
      • Spring 21
      • FastAPI 0
      • Vue 1
      • React 2
    • 🖥️ Computer Science
      • Network 7
      • Database 10
      • Data Structure 14

    [BaekJoon] 10817번: 세 수 (Python)

    Published Apr 3, 2023 Updated Apr 3, 2023

    • Reference
    • 너무 기초..


    Solution

    integers = list(map(int, input().split()))
    
    print(sorted(integers)[1])
    

    On this page

    • Solution

    Tags: implementation, python, sorting

    Categories: Baekjoon

    Previous [Spring] 의존성 주입(DI)과 생성자 주입 정리 Next [BaekJoon] 5622번: 다이얼 (Python)

    Leave a comment

    You may also enjoy

    [TIL] Junior Web Developer Log - Day 61

    Published: 2026-03-11
    Updated: 2026-03-11

    TIL

    [TIL] Junior Web Developer Log - Day 60

    Published: 2026-03-10
    Updated: 2026-03-10

    TIL

    [TIL] Junior Web Developer Log - Day 59

    Published: 2026-03-09
    Updated: 2026-03-09

    TIL

    [TIL] Junior Web Developer Log - Day 58

    Published: 2026-03-06
    Updated: 2026-03-06

    TIL

    Top