1、#include "iostream"
2、#include "math.h"
(资料图片)
3、#include "stdlib.h"
4、using namespace std;
5、void main(){
6、int temp,temp0,n=0,result=0;
7、 cout<<"请输入任意八进制数"< 8、 cin>>temp; 9、 cout<<"八进制数"< 10、 while(temp>0){ 11、 temp0=temp/10; 12、 temp=temp%10; 13、 if(temp>=8) {system("cls");cout<<"不是八进制数"< 14、 result=result+temp*pow(8,n); 15、 //pow是C++酷函数,表示8的n次方 16、 temp=temp0; 17、 n++; 18、 } 19、 cout< 20、} 本文到此讲解完毕了,希望对大家有帮助。
X 关闭
Copyright © 2015-2022 海峡商报网版权所有 备案号:皖ICP备2022009963号-10 联系邮箱:396 029 142 @qq.com