会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
执||念
博客园
首页
新随笔
联系
管理
订阅
2018年5月6日
如何保留小数点后任意一位数
摘要: #include #include #include #define pi 3.14159265 using namespace std; int main() { char format[10]={0}; int t; cin>>t; while(t--) { long long n,x; scanf("%lld%lld",&n,&x);//求n的Pi次方,并且输出小数点后x...
阅读全文
posted @ 2018-05-06 17:13 执||念
阅读(848)
评论(0)
推荐(0)
编辑
公告