标签: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
标签:name turn ++ str com div 学生 tps http
原文地址:https://www.cnblogs.com/kixiaoyuan/p/12702241.html