Submit solution
Points:
800 (partial)
Time limit:
3.0s
Memory limit:
256M
Input:
stdin
Output:
stdout
Author:
Problem type
Allowed languages
C, C++, Pascal, pypy3, Python, scratch
Nhập số n, hãy đếm xem có bao nhiêu số là ước của n
Input
- Gồm 1 dòng, nhập số n (n \le 1000)
Output
- In ra theo yêu cầu đề bài
Sample Input
4
Sample Output
3
Comments