Problem

1 /5


Integer test

Problem

Given a real number. Check if it is an integer up to the 6th digit.
 
Examples
# Input Output
1 1.000001 NO
2 1.000000 YES