#S1B. [S0001B]kunkka's question
[S0001B]kunkka's question
Background
Teacher Liu is going to give out rewards for the summer camp!
Explanation
There are N people, and Teacher Liu bought M gifts. Enter the name and score . Each person should have at least one, and the more divided, the more gifts.
Format
Input
N+1 rows, first row N, M, i-th row , . N M . . .
Output
Can it be evenly distributed ("Yes
" | "No
")
Example
Input data 1
5 7
test1 1000
test2 61
test3 1100
test4 1000
test5 400
##Output data 1
No
Reminder
The minimum must be the maximum -1. More gifts should be distributed, and it is not acceptable to distribute the same amount of gifts differently.