Skip links

  • Skip to primary navigation
  • Skip to content
  • Skip to footer
HwanSeok's Archive
  • Recent posts
  • Categories
  • Tags
  • Year Archive
  • About
    1. Home
    2. /
    3. Algorithm practice
    4. /
    5. [BOJ][Python][브2][11720] 숫자의 합
    HwanSeok

    HwanSeok

    Hwanseok Jang. Greate honour to graduate from the Korea Aerospace Univ. Write Code. Solve Problem

    • South Korea/Seoul
    • GitHub(2021~)
    • GitHub(~2020)
    • Project
    • Email

    [BOJ][Python][브2][11720] 숫자의 합

    Table of contents

    • 문제 링크
    • 첫 번째 풀이
      • 정답코드

    문제 링크

    문제링크

    첫 번째 풀이

    정답코드

    1
    2
    3
    4
    5
    
    import sys
    
    # sys.stdin = open("input.txt", "r")
    input()
    print(sum(map(int, input())))
    

    Success Notice: 수고하셨습니다. :+1:

    Tags: 11720, Algorithm-Practice, Fast IO, Practice, 숫자의 합

    Categories: Algorithm-Practice

    Updated: January 24, 2021

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    Leave a comment

    You may also enjoy

    [Spring] DDD MSA Eureka Ribbon

    중간 정리

    [DesignPattern] SpringBoot에서의 MSA(Micro Service Architecture)

    마이크로 서비스 아키텍처

    [DesignPattern] XP(eXtreme Programming)

    eXtreme Programming

    [DesignPattern] DDD 도메인 드리븐 디자인

    Domain Driven Design

    • Follow:
    • Feed
    © 2021 HwanSeok. Powered by Jekyll & Minimal Mistakes.