Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Basics of programming. Complicated Practice
Data types. Arithmetic. Branches
Module:
Data types. Arithmetic. Branches
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
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary