当前位置:网站首页>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;
}
边栏推荐
- Width and alignment
- flutter 报错 No MediaQuery widget ancestor found.
- LeetCode 1184. Distance between bus stops -- vector clockwise and counterclockwise
- Go deep into the details of deconstruction and assignment of several data types in JS
- Quelles sont les perspectives de l'Internet intelligent des objets (aiot) qui a explosé ces dernières années?
- On the implementation plan of MySQL explain
- Live broadcast preview | PostgreSQL kernel Interpretation Series II: PostgreSQL architecture
- Common API day03 of unity script
- Unity脚本API—Component组件
- Redis 發布和訂閱
猜你喜欢
Understand the context in go language in an article

Summer Review, we must avoid stepping on these holes!

AI has surpassed Dr. CS in question making?

Redis publier et s'abonner

Techsmith Camtasia Studio 2022.0.2屏幕录制软件
MySQL组合索引(多列索引)使用与优化案例详解
![[differential privacy and data adaptability] differential privacy code implementation series (XIV)](/img/de/c053f376fe90c2697ffc640fab57e8.jpg)
[differential privacy and data adaptability] differential privacy code implementation series (XIV)

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

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

Huawei cloud database DDS products are deeply enabled
随机推荐
谈SaaS下如何迅速部署应用软件
夜天之书 #53 Apache 开源社群的“石头汤”
Summer Review, we must avoid stepping on these holes!
AI has surpassed Dr. CS in question making?
Helix Swarm中文包发布,Perforce进一步提升中国用户体验
Logstash~Logstash配置(logstash.yml)详解
Unity update process_ Principle of unity synergy
lnx 高效搜索引擎、FastDeploy 推理部署工具箱、AI前沿论文 | ShowMeAI资讯日报 #07.04
Unity script API - GameObject game object, object object
华为云数据库DDS产品深度赋能
CentOS 6.3 下 PHP编译安装JSON模块报错解决
Align left and right!
How did the beyond concert 31 years ago get super clean and repaired?
2022年九大CIO趋势和优先事项
科普达人丨一文看懂阿里云的秘密武器“神龙架构”
Introduction of text mining tools [easy to understand]
Deep learning neural network case (handwritten digit recognition)
MySQL学习笔记——数据类型(2)
Unity脚本生命周期 Day02
MP3是如何诞生的?