当前位置:网站首页>进制形式
进制形式
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;
}
边栏推荐
- Docker compose public network deployment redis sentinel mode
- PLC Analog input analog conversion FC s_ ITR (CoDeSys platform)
- Five minutes of machine learning every day: why do we need to normalize the characteristics of numerical types?
- 都在说DevOps,你真正了解它吗?
- 毕业季-个人总结
- Techsmith Camtasia Studio 2022.0.2屏幕录制软件
- LVGL 8.2 text shadow
- LVGL 8.2 keyboard
- Deep learning 7 transformer series instance segmentation mask2former
- 函数计算异步任务能力介绍 - 任务触发去重
猜你喜欢
Red envelope activity design in e-commerce system
Details of FPGA underlying resources
Guitar Pro 8win10 latest guitar learning / score / creation
Explain of SQL optimization
微博、虎牙挺进兴趣社区:同行不同路
开发中常见问题总结
[information retrieval] experiment of classification and clustering
Redis 解决事务冲突之乐观锁和悲观锁
产品好不好,谁说了算?Sonar提出分析的性能指标,帮助您轻松判断产品性能及表现
如何配和弦
随机推荐
92. (cesium chapter) cesium building layering
程序员自曝接私活:10个月时间接了30多个单子,纯收入40万
Openresty current limiting
Explain of SQL optimization
On the implementation plan of MySQL explain
【学习笔记】拟阵
Ultrasonic distance meter based on 51 single chip microcomputer
Who the final say whether the product is good or not? Sonar puts forward performance indicators for analysis to help you easily judge product performance and performance
LVGL 8.2 Line
Data Lake (13): spark and iceberg integrate DDL operations
openresty 限流
[differential privacy and data adaptability] differential privacy code implementation series (XIV)
SAIC Maxus officially released its new brand "mifa", and its flagship product mifa 9 was officially unveiled!
Graduation season - personal summary
Kubernets pod exists finalizers are always in terminating state
LVGL 8.2 Sorting a List using up and down buttons
[cloud native] how can I compete with this database?
[C language] Pointer written test questions
What are the concepts of union, intersection, difference and complement?
[information retrieval] link analysis