码迷,mamicode.com
首页 > 编程语言 > 详细

小学生趣味C++编程第46课 精益求精

时间:2020-04-15 00:56:20      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:name   turn   ++   str   com   div   学生   tps   http   

#include<iostream> 
using namespace std;
int main()
{
  int a,b,i;
  cout<<"0.";
  i=1;
  a=1;
  while(i<=100)
  {
    a*=10;
    b=a/7; 
    cout<<b;
    a%=7;
    i++;
  } 
  return 0;
}

  

链接:https://pan.baidu.com/s/1qDdBkFPakLtCvh8_W2wiog
提取码:x3zg

小学生趣味C++编程第46课 精益求精

标签:name   turn   ++   str   com   div   学生   tps   http   

原文地址:https://www.cnblogs.com/kixiaoyuan/p/12702241.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!