摘要: 自写有错: 阅读全文
posted @ 2019-04-08 15:30 GloriaB 阅读(540) 评论(0) 推荐(1) 编辑
摘要: #include #include int main() { float x,y,z; scanf("%f%f",&x,&y); z = x+1/fabs(y); printf("%d\n%15.6f\n%e\n",(int)z,z,z); return 0; } 阅读全文
posted @ 2019-04-08 15:06 GloriaB 阅读(321) 评论(0) 推荐(0) 编辑