私信TA
用户名:18817572995
访问量:10255
签 名:
Where there is a will, there is a way.
自我简介:
屌丝程序狗
作者: Liamcoder 发表时间:2017-07-11 11:41:31 浏览:1197 | 评论:0
解题思路:用C++的头文件<iomanip>里面的库函数参考代码:
#include<iostream>
#include<iomanip>
using namespace std;
int main(){
int x;
cin >> x;
cout << oct << x << endl;
//cout << hex << x << endl; 十六进制
return 0;
}
0.0分
0 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧