Gửi bài giải
Điểm:
1,00 (OI)
Giới hạn thời gian:
1.0s
Giới hạn bộ nhớ:
256M
Input:
stdin
Output:
stdout
Nguồn bài:
Dạng bài
Ngôn ngữ cho phép
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch
Write a program that takes a non-negative integer ~n~ as input and prints the number of positive integers greater than ~n~ and less than or equal to ~n^2~.
Input
- One non-negative integer ~n~ ~(n ≤ 10^{9})~.
Output
- Print a single line with the required count.
Sample Input
3
Sample Output
6
Bình luận