标签:double blog 语言 倒数 打印 限制 个数 平方根 print
#include<stdio.h> #include<math.h> int main(){ double n; scanf("%lf",&n); printf("%.0lf %.2lf %.2lf",n*n,sqrt(n),1/n); }
标签:double blog 语言 倒数 打印 限制 个数 平方根 print
原文地址:http://www.cnblogs.com/panweiwei/p/6617644.html