当前位置:网站首页>十六进制
十六进制
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;
}边栏推荐
- LVGL 8.2 Line
- Ultrasonic distance meter based on 51 single chip microcomputer
- Redis publish and subscribe
- Ali was laid off employees, looking for a job n day, headhunters came bad news
- LVGL 8.2 LED
- C language personal address book management system
- 音视频技术开发周刊 | 252
- LVLG 8.2 circular scrolling animation of a label
- TechSmith Camtasia studio 2022.0.2 screen recording software
- 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?
猜你喜欢

5G电视难成竞争优势,视频资源成中国广电最后武器

如何配和弦

How to build a technical team that will bring down the company?

信号处理之一阶RC低通滤波器宏指令实现(繁易触摸屏)

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

关于FPGA底层资源的细节问题

Helix swarm Chinese package is released, and perforce further improves the user experience in China
![LeetCode 1200 最小绝对差[排序] HERODING的LeetCode之路](/img/4a/6763e3fbdeaf9de673fbe8eaf96858.png)
LeetCode 1200 最小绝对差[排序] HERODING的LeetCode之路

深度学习 神经网络的优化方法
![Leetcode 1200 minimum absolute difference [sort] The Path of leetcode for heroding](/img/4a/6763e3fbdeaf9de673fbe8eaf96858.png)
Leetcode 1200 minimum absolute difference [sort] The Path of leetcode for heroding
随机推荐
MP3是如何诞生的?
IO流:节点流和处理流详细归纳。
Comment configurer un accord
LVGL 8.2 Line
LVLG 8.2 circular scrolling animation of a label
深度学习 网络正则化
智能客服赛道:网易七鱼、微洱科技打法迥异
TechSmith Camtasia studio 2022.0.2 screen recording software
深度学习 神经网络的优化方法
LVGL 8.2 keyboard
Query optimizer for SQL optimization
Analysis of nearly 100 million dollars stolen and horizon cross chain bridge attacked
[algorithm leetcode] interview question 04.03 Specific depth node linked list (Multilingual Implementation)
产品好不好,谁说了算?Sonar提出分析的性能指标,帮助您轻松判断产品性能及表现
Halo effect - who says that those with light on their heads are heroes
Explain of SQL optimization
Docker compose public network deployment redis sentinel mode
LVGL 8.2 Sorting a List using up and down buttons
C language book rental management system
关于FPGA底层资源的细节问题