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
Given two natural numbers ~ a~ and ~ b ~. Count how many numbers between ~ a ~ and ~b ~ are divisible by ~3~.
Input
- Two natural numbers on a line: ~a~ and ~b~ .
Output
- A single number representing the result of the problem.
Sample Input
4 10
Sample Output
2
Bình luận