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
sai rồi nè n*(n+1)//2
n*(n+1)/2 xong bài
What py2 nhanh hơn py3
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
scratch không đủ bộ nhớ?
This comment is hidden due to too much negative feedback. Click here to view it.