The training starts at the time S (counted in seconds, from some predefined moment of time) and Andrew comes at the time P (also in seconds, counted from the same moment of time).
Your task is to find how many cups of tea Andrew owes.
Input The input file contains single line with integer numbers S and P (0 <= S,P <= 10^4).
Output Write to the output file the number of cups Andrew owes.
Sample test(s)
Input Test #1 10 10 Test #2 10 11 Test #3 0 300 Output Test #1
Test #2
1
Test #3
2
按照ranklist按个做的,经常碰到大水。
#include#include #include #include #include #include #include #include #include #include