当前位置:网站首页>Hexadecimal form
Hexadecimal form
2022-07-04 15:04:00 【Zaltana】
Output, respectively, 128、456789 Decimal system of 、 octal 、 Hexadecimal ( Capital letters ) Data form .
Format
Input format : nothing
Output format : The output is an integer , The blank space to separate
Examples
Input : nothing
Output : 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;
}
边栏推荐
- UFO:微软学者提出视觉语言表征学习的统一Transformer,在多个多模态任务上达到SOTA性能!...
- Redis 發布和訂閱
- PLC模拟量输入 模拟量转换FC S_ITR (CODESYS平台)
- Deep learning 7 transformer series instance segmentation mask2former
- Redis哨兵模式实现一主二从三哨兵
- .Net之延迟队列
- Halo effect - who says that those with light on their heads are heroes
- Leetcode 1200 minimum absolute difference [sort] The Path of leetcode for heroding
- Korean AI team plagiarizes shock academia! One tutor with 51 students, or plagiarism recidivist
- C language set operation
猜你喜欢
UFO:微软学者提出视觉语言表征学习的统一Transformer,在多个多模态任务上达到SOTA性能!...
When synchronized encounters this thing, there is a big hole, pay attention!
The performance of major mainstream programming languages is PK, and the results are unexpected
Combined with case: the usage of the lowest API (processfunction) in Flink framework
金额计算用 BigDecimal 就万无一失了?看看这五个坑吧~~
Intelligent customer service track: Netease Qiyu and Weier technology play different ways
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 LED
Five minutes per day machine learning: use gradient descent to complete the fitting of multi feature linear regression model
随机推荐
go-zero微服务实战系列(九、极致优化秒杀性能)
Programmer turns direction
Implementation of macro instruction of first-order RC low-pass filter in signal processing (easy touch screen)
韩国AI团队抄袭震动学界!1个导师带51个学生,还是抄袭惯犯
智能客服赛道:网易七鱼、微洱科技打法迥异
关于FPGA底层资源的细节问题
自动控制原理快速入门+理解
5G电视难成竞争优势,视频资源成中国广电最后武器
大神详解开源 BUFF 增益攻略丨直播
Five minutes per day machine learning: use gradient descent to complete the fitting of multi feature linear regression model
es6模块化
Exploration and practice of eventbridge in the field of SaaS enterprise integration
找数字
Guitar Pro 8win10 latest guitar learning / score / creation
Graduation season - personal summary
IO flow: node flow and processing flow are summarized in detail.
I plan to teach myself some programming and want to work as a part-time programmer. I want to ask which programmer has a simple part-time platform list and doesn't investigate the degree of the receiv
【C语言】指针笔试题
力扣刷题01(反转链表+滑动窗口+LRU缓存机制)
On the implementation plan of MySQL explain