摘要: at beg407 hehe_0 A:小数计算比较 B:精度输出,要求最后输出精度要精确到1e-9 for(int i=1;i<=6;i++) { for(int j=1;j<=6;j++) { cnt++; if(i+j>=x||abs(i-j)>=y) { s++; } } } ans=doub 阅读全文
posted @ 2025-05-25 09:17 Hehe_o 阅读(29) 评论(0) 推荐(0)