Be careful

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

#描述#
“Be careful about the precision!”When Tyr doing his mathematic homework,teacher Mr.Qian always giving this warning to him.Now,Tyr has finished his mathematic homework,and here is your task to check whether Tyr’s answer is correct or not.

#格式#
##输入格式##
The input consists of several cases.The first line gives the case number N, the next part has N cases.Each case consists of two numbers R and I.R is a real number; I is an integer number.

##输出格式##
For each case please give your check.If R rounds to I,then print “Correct” in a single line, or,print “Not Correct”.For more detail,please look at the samples.

#样例1#
##样例输入1##

5
1.20 1
0.5 1
9.9 10
2.9 2
3.4999 3

##样例输出1##

Correct
Correct
Correct
Not Correct
Correct

#限制#
1000ms
32768KB

#提示#

#来源#

2024_2025(1)C0023实验2+李强老师班级

未参加
状态
已结束
规则
ACM/ICPC
题目
9
开始于
2024-10-10 08:00
结束于
2024-10-17 08:00
持续时间
168.0 小时
主持人
参赛人数
47