当前位置:网站首页>Stew in disorder
Stew in disorder
2022-07-04 15:35:00 【Zaltana】
Enter a positive integer , Output its decimal form 、 Octal form 、 Hexadecimal form ( A lowercase letter )、 Unsigned decimal form , The blank space to separate .
Format
Input format : Enter integer , The blank space to separate .
Output format : Output integer , The blank space to separate .
Examples
Input : 33
Output :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;
}
边栏推荐
- 【读书会第十三期】 音频文件的封装格式和编码格式
- Temperature control system based on max31865
- PXE network
- Weekly recruitment | senior DBA annual salary 49+, the more opportunities, the closer success!
- Enter the width!
- MySQL学习笔记——数据类型(2)
- 2022年九大CIO趋势和优先事项
- Redis sentinel mode realizes one master, two slave and three Sentinels
- Huawei cloud database DDS products are deeply enabled
- 华为云数据库DDS产品深度赋能
猜你喜欢

Force button brush question 01 (reverse linked list + sliding window +lru cache mechanism)

数据湖治理:优势、挑战和入门

MP3是如何诞生的?

Functional interface, method reference, list collection sorting gadget implemented by lambda
一篇文章搞懂Go语言中的Context

31年前的Beyond演唱会,是如何超清修复的?

Deep learning network regularization

Preliminary exploration of flask: WSGI

2022年九大CIO趋势和优先事项

科研漫画 | 联系到被试后还需要做什么?
随机推荐
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
selenium 元素交互
[learning notes] matroid
Logstash~Logstash配置(logstash.yml)详解
从0到1建设智能灰度数据体系:以vivo游戏中心为例
这几年爆火的智能物联网(AIoT),到底前景如何?
[book club issue 13] packaging format and coding format of audio files
一篇文章学会GO语言中的变量
对话龙智高级咨询顾问、Atlassian认证专家叶燕秀:Atlassian产品进入后Server时代,中国用户应当何去何从?
Usage of database functions "recommended collection"
Unity script API - transform transform
Optimization method of deep learning neural network
mysql 联合主键_Mysql 创建联合主键[通俗易懂]
MySQL federated primary key_ MySQL creates a federated primary key [easy to understand]
基于MAX31865的温度控制系统
Unity脚本API—Time类
小数,指数
TechSmith Camtasia studio 2022.0.2 screen recording software
[book club issue 13] coding format of video files
都在说DevOps,你真正了解它吗?