当前位置:网站首页>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;
}边栏推荐
- Preliminary exploration of flask: WSGI
- Leecode learning notes - Joseph problem
- How to match chords
- LVGL 8.2 LED
- Cann operator: using iterators to efficiently realize tensor data cutting and blocking processing
- 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?
- 【学习笔记】拟阵
- LeetCode 1200 最小絕對差[排序] HERODING的LeetCode之路
- When synchronized encounters this thing, there is a big hole, pay attention!
- Node mongodb installation
猜你喜欢

LVGL 8.2 LED

Alcohol driving monitoring system based on stm32+ Huawei cloud IOT design

Comment configurer un accord

flutter 报错 No MediaQuery widget ancestor found.

Intelligent customer service track: Netease Qiyu and Weier technology play different ways

Kubernets pod exists finalizers are always in terminating state

深度学习 网络正则化

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

Leecode learning notes - Joseph problem

内存管理总结
随机推荐
左右对齐!
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?
go-zero微服务实战系列(九、极致优化秒杀性能)
C language programming
Free, easy-to-use, powerful lightweight note taking software evaluation: drafts, apple memo, flomo, keep, flowus, agenda, sidenote, workflow
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
Ali was laid off employees, looking for a job n day, headhunters came bad news
Expose Ali's salary and position level
PLC Analog input analog conversion FC s_ ITR (CoDeSys platform)
03-存储系统
Five minutes of machine learning every day: why do we need to normalize the characteristics of numerical types?
selenium 元素交互
金额计算用 BigDecimal 就万无一失了?看看这五个坑吧~~
现代控制理论入门+理解
对话龙智高级咨询顾问、Atlassian认证专家叶燕秀:Atlassian产品进入后Server时代,中国用户应当何去何从?
内存管理总结
Intelligent customer service track: Netease Qiyu and Weier technology play different ways
C language set operation
近一亿美元失窃,Horizon跨链桥被攻击事件分析
Ranking list of databases in July: mongodb and Oracle scores fell the most