[Python_Training] Tổng đơn giản

View as PDF



Author:
Problem types
Allowed languages
C#, C++, Clang, Clang++, Cobol, D, Groovy, Haskell, Java, JS, Kotlin, Lua, Node JS, ObjectiveC, OCaml, Output, PHP, Prolog, Pypy, Pypy 3, Python, Ruby, Rust, Scala, Scratch, Swift
Points: 100 Time limit: 1.0s Memory limit: 256M Input: stdin Output: stdout
  • Cho số nguyên dương \(n\). Tính tổng \(S=\sum\limits_{i=1}^{n} i=1+2+...+n\)

Input

  • Một dòng duy nhất chứa số nguyên dương \(n(1\le n\le 100)\)

Output

  • In ra \(S\) cần tìm

Example

Test 1

Input
4
Output
10
Note

Giải thích: \(S=1+2+3+4=10\)


Comments


  • 0
    Nguyễn_Thành_Khang    10:11 a.m. 24 aug, 2024 edit 19

    sai rồi nè n*(n+1)//2


    • -3
      giabaotq07    12:36 p.m. 5 jul, 2022

      n*(n+1)/2 xong bài

      1 reply

      • 1
        huyhau6a2    5:17 p.m. 27 feb, 2022

        What py2 nhanh hơn py3

        1 reply

        • 0
          xuanphuc165    3:10 p.m. 27 feb, 2022

          anh ơi, tăng bộ nhớ cho scratch lên tầm 90 đi a, bộ nhớ anh để thế này thì ko đủ cho scratch đâu


          • 1
            duynam2802    9:37 a.m. 30 jul, 2021

            scratch không đủ bộ nhớ?


            • -19
              minhkhoidepzai    4:09 p.m. 5 dec, 2020

              This comment is hidden due to too much negative feedback. Click here to view it.

              2 replies