Find the numbers divisible by 3 in the range

Xem dạng PDF

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:
Châu Nhật Tăng
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

Hãy đọc nội quy trước khi bình luận.


Không có bình luận tại thời điểm này.