// a and b are outputed by the contestant // ans is provided by the jury int check(int a,int b,double ans) { double t=(double)a/(double)b; if(fabs(t-ans)>1e-9) return WA; return AC; }
本题无输入
请在一行内输出两个整数,中间用一个空格隔开,要求输出的
在int范围内。
本题会随机产生组浮点数
进行测试,
的范围在
内,如果你给出的
可以同时通过所有的
,则通过本题。