当前位置:网站首页>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;
}
边栏推荐
- .Net之延迟队列
- How to match chords
- 近一亿美元失窃,Horizon跨链桥被攻击事件分析
- 阿里被裁员工,找工作第N天,猎头又传来噩耗...
- What are the concepts of union, intersection, difference and complement?
- 产品好不好,谁说了算?Sonar提出分析的性能指标,帮助您轻松判断产品性能及表现
- 智能客服赛道:网易七鱼、微洱科技打法迥异
- C language achievement management system for middle school students
- Leecode learning notes - Joseph problem
- 暑期复习,一定要避免踩这些坑!
猜你喜欢
IO flow: node flow and processing flow are summarized in detail.
LVGL 8.2 Line
Ali was laid off employees, looking for a job n day, headhunters came bad news
[differential privacy and data adaptability] differential privacy code implementation series (XIV)
Numpy notes
10. (map data) offline terrain data processing (for cesium)
Combined with case: the usage of the lowest API (processfunction) in Flink framework
When synchronized encounters this thing, there is a big hole, pay attention!
产品好不好,谁说了算?Sonar提出分析的性能指标,帮助您轻松判断产品性能及表现
Redis哨兵模式实现一主二从三哨兵
随机推荐
Redis 發布和訂閱
2022 financial products that can be invested
LVGL 8.2 keyboard
Summary of common problems in development
Graduation season - personal summary
Memory management summary
When synchronized encounters this thing, there is a big hole, pay attention!
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
信号处理之一阶RC低通滤波器宏指令实现(繁易触摸屏)
IO流:节点流和处理流详细归纳。
%f格式符
They are all talking about Devops. Do you really understand it?
LVGL 8.2 Draw label with gradient color
Openresty redirection
关于FPGA底层资源的细节问题
Analysis of nearly 100 million dollars stolen and horizon cross chain bridge attacked
智能客服赛道:网易七鱼、微洱科技打法迥异
On the implementation plan of MySQL explain
Five minutes of machine learning every day: how to use matrix to represent the sample data of multiple characteristic variables?
03-存储系统