当前位置:网站首页>十六进制
十六进制
2022-07-04 13:32:00 【Zaltana】
输出202,117,70,130的十进制,八进制,十六进制数据形式,结果为0dddddd或0Xddddd。
格式
输入格式:无
输出格式:输出为整型,空格分隔。每个数的输出占- -行。
样例1
输入:无
输出: 202 0312 0XCA
117 0165 0X75
70 0106 0X46
130 0202 0X82
#include<bits/stdc++.h>
using namespace std;
int main( )
{
printf("%d %#o %#X\n" ,202,202 , 202);
printf("%d %#o %#X\n" ,117,117,117);
printf("%d %#o %#X\n" ,70,70,70);
printf("%d %#o %#X\n", 130, 130, 130);
return 0;
}
边栏推荐
- Dialogue with ye Yanxiu, senior consultant of Longzhi and atlassian certification expert: where should Chinese users go when atlassian products enter the post server era?
- Openresty redirection
- Data Lake (13): spark and iceberg integrate DDL operations
- LVGL 8.2 keyboard
- An overview of 2D human posture estimation
- LVGL 8.2 Draw label with gradient color
- Helix Swarm中文包发布,Perforce进一步提升中国用户体验
- 自动控制原理快速入门+理解
- Detailed explanation of visual studio debugging methods
- LVLG 8.2 circular scrolling animation of a label
猜你喜欢
IO流:节点流和处理流详细归纳。
Ali was laid off employees, looking for a job n day, headhunters came bad news
LeetCode 1200 最小絕對差[排序] HERODING的LeetCode之路
92. (cesium chapter) cesium building layering
5g TV cannot become a competitive advantage, and video resources become the last weapon of China's Radio and television
A keepalived high availability accident made me learn it again
[local differential privacy and random response code implementation] differential privacy code implementation series (13)
5G电视难成竞争优势,视频资源成中国广电最后武器
LVGL 8.2 Line
leetcode:6109. Number of people who know the secret [definition of DP]
随机推荐
Comment configurer un accord
[algorithm leetcode] interview question 04.03 Specific depth node linked list (Multilingual Implementation)
Wt588f02b-8s (c006_03) single chip voice IC scheme enables smart doorbell design to reduce cost and increase efficiency
5G电视难成竞争优势,视频资源成中国广电最后武器
LVGL 8.2 text shadow
5g TV cannot become a competitive advantage, and video resources become the last weapon of China's Radio and television
LVGL 8.2 List
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
金额计算用 BigDecimal 就万无一失了?看看这五个坑吧~~
曝光一下阿里的工资待遇和职位级别
现代控制理论入门+理解
Luo Gu - some interesting questions 2
Luo Gu - some interesting questions
都在说DevOps,你真正了解它吗?
Explain of SQL optimization
TechSmith Camtasia studio 2022.0.2 screen recording software
03-存储系统
How to handle exceptions in multithreading?
How to match chords
openresty 重定向