摘要: 1. 代码 1 #include<iostream> 2 #include<stdio.h> 3 #include<cmath> 4 using namespace std; 5 //将一个浮点数保留n位小数进行四舍五入 6 void main() 7 { 8 float a=55.3252,b=5 阅读全文
posted @ 2015-10-26 10:41 dongyanxia 阅读(432) 评论(0) 推荐(0) 编辑