当前位置:网站首页>进制乱炖
进制乱炖
2022-07-04 13:32:00 【Zaltana】
输入一个正整数,输出它的十进制形式、八进制形式、十六进制形式(小写)、无符号的十进制形式,空格分隔。
格式
输入格式:输入整型,空格分隔。
输出格式:输出整型,空格分隔。
样例
输入: 33
输出:33 41 21 33
#include<bits/stdc++.h>
using namespace std;
int main( )
{
int n;
scanf("%d" ,&n);
printf("%d %o %x %u",n,n,n,n);
return 0;
}
边栏推荐
- LVLG 8.2 circular scrolling animation of a label
- Chapter 16 string localization and message Dictionary (2)
- [cloud native] how can I compete with this database?
- Redis publier et s'abonner
- Practical puzzle solving | how to extract irregular ROI regions in opencv
- 03 storage system
- Exploration and practice of eventbridge in the field of SaaS enterprise integration
- LVGL 8.2 Line
- 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
- [algorithm leetcode] interview question 04.03 Specific depth node linked list (Multilingual Implementation)
猜你喜欢
Opencv learning notes - linear filtering: box filtering, mean filtering, Gaussian filtering
How to match chords
Luo Gu - some interesting questions
Details of FPGA underlying resources
Ffprobe common commands
Ali was laid off employees, looking for a job n day, headhunters came bad news
Digi restarts XBee Pro S2C production. Some differences need to be noted
IO flow: node flow and processing flow are summarized in detail.
Free, easy-to-use, powerful lightweight note taking software evaluation: drafts, apple memo, flomo, keep, flowus, agenda, sidenote, workflow
关于FPGA底层资源的细节问题
随机推荐
Cann operator: using iterators to efficiently realize tensor data cutting and blocking processing
都在说DevOps,你真正了解它吗?
LVGL 8.2 Menu
SAIC Maxus officially released its new brand "mifa", and its flagship product mifa 9 was officially unveiled!
IO流:节点流和处理流详细归纳。
[C language] Pointer written test questions
Wt588f02b-8s (c006_03) single chip voice IC scheme enables smart doorbell design to reduce cost and increase efficiency
openresty 限流
智能客服赛道:网易七鱼、微洱科技打法迥异
An overview of 2D human posture estimation
Alcohol driving monitoring system based on stm32+ Huawei cloud IOT design
Digi XBee 3 rf: 4 protocols, 3 packages, 10 major functions
[information retrieval] link analysis
Red envelope activity design in e-commerce system
PLC Analog input analog conversion FC s_ ITR (CoDeSys platform)
UFO: Microsoft scholars have proposed a unified transformer for visual language representation learning to achieve SOTA performance on multiple multimodal tasks
Leetcode 1200 minimum absolute difference [sort] The Path of leetcode for heroding
Industrial Internet has greater development potential and more industry scenarios
Transplant tinyplay for imx6q development board QT system
深度学习 网络正则化