Đếm dãy

View as PDF

Submit solution


Points: 0.41 (partial)
Time limit: 0.38s
Memory limit: 256M
Input: stdin
Output: stdout

Problem source:
Do anh Quỳnh tự bựa =))
Problem types
Allowed languages
C, C++, Go, Java, Kotlin, Pascal, PyPy, Python, Rust, Scratch

Đếm số dãy tăng dần(độ dài dãy phải ~\geq 2)~ có các phần tử nguyên dương mà tổng đúng bằng ~n~

Input

  • Ghi duy nhất số ~n~

Output

  • Ghi ra số cách

Giới hạn

  • ~n \le 4000~

Sample Input

5

Sample Output

2

Note

Có ~2~ dãy là ~(1~, ~4)~ và ~(2~, ~3)~


Comments

Please read the guidelines before commenting.


There are no comments at the moment.