当前位置:网站首页>进制形式
进制形式
2022-07-04 13:32:00 【Zaltana】
分别输出128、456789的十进制、八进制、十六进制(字母大写)数据形式。
格式
输入格式:无
输出格式:输出为整型,空格分隔
样例
输入:无
输出: 128 200 80
456789 1574125 6F855
#include<bits/stdc++.h>
using namespace std;
int main( )
{
int a=128, b=456789 ;
printf("%d %o %X" ,a,a,a);
printf("\n%d %o %X" ,b,b,b);
return 0;
}边栏推荐
- 10. (map data) offline terrain data processing (for cesium)
- [algorithm leetcode] interview question 04.03 Specific depth node linked list (Multilingual Implementation)
- 5G电视难成竞争优势,视频资源成中国广电最后武器
- Respect others' behavior
- 开发中常见问题总结
- Korean AI team plagiarizes shock academia! One tutor with 51 students, or plagiarism recidivist
- Red envelope activity design in e-commerce system
- Five minutes per day machine learning: use gradient descent to complete the fitting of multi feature linear regression model
- Guitar Pro 8win10 latest guitar learning / score / creation
- (1) The standard of performance tuning and the correct posture for tuning - if you have performance problems, go to the heapdump performance community!
猜你喜欢

现代控制理论入门+理解

leecode学习笔记-约瑟夫问题

numpy笔记

Quick introduction to automatic control principle + understanding

Opencv learning notes - linear filtering: box filtering, mean filtering, Gaussian filtering

Detailed explanation of visual studio debugging methods

Five minutes of machine learning every day: why do we need to normalize the characteristics of numerical types?

Redis 發布和訂閱

LVGL 8.2 Line wrap, recoloring and scrolling

Explain of SQL optimization
随机推荐
EventBridge 在 SaaS 企业集成领域的探索与实践
Transplant tinyplay for imx6q development board QT system
es6模块化
Exploration and practice of eventbridge in the field of SaaS enterprise integration
On the implementation plan of MySQL explain
Expose Ali's salary and position level
Flutter reports an error no mediaquery widget ancestor found
LVGL 8.2 text shadow
LVGL 8.2 Line wrap, recoloring and scrolling
Luo Gu - some interesting questions
Respect others' behavior
selenium 元素交互
阿里被裁员工,找工作第N天,猎头又传来噩耗...
为什么国产手机用户换下一部手机时,都选择了iPhone?
[MySQL from introduction to proficiency] [advanced chapter] (IV) MySQL permission management and control
[information retrieval] experiment of classification and clustering
Summary of common problems in development
Redis 发布和订阅
Combined with case: the usage of the lowest API (processfunction) in Flink framework
PLC Analog input analog conversion FC s_ ITR (CoDeSys platform)