Submit solution
Points:
1.00 (partial)
Time limit:
1.0s
Memory limit:
256M
Input:
stdin
Output:
stdout
Problem source:
Problem type
Allowed languages
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch
Cho 2 số a và b, nhiệm vụ của bạn là in ra số lượng số nguyên tính từ a đến b.
Đầu vào
Dòng duy nhất chứa 2 số nguyên a và b.
Ràng buộc
1<=a<=b<=10^12
Đầu ra
In ra kết quả của bài toán
Ví dụ
Input 01
14 19
Output 01
6
Comments
<3
This comment is hidden due to too much negative feedback. Show it anyway.