Advertisement
a53

countmod10

a53
Oct 3rd, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. int a,b;
  6. cin>>a>>b;
  7. cout<<b/10-(a-1)/10;
  8. return 0;
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement