当前位置:网站首页>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;
}
边栏推荐
- On the implementation plan of MySQL explain
- 数据湖治理:优势、挑战和入门
- 对话龙智高级咨询顾问、Atlassian认证专家叶燕秀:Atlassian产品进入后Server时代,中国用户应当何去何从?
- Go deep into the details of deconstruction and assignment of several data types in JS
- JS tile data lookup leaf node
- Live broadcast preview | PostgreSQL kernel Interpretation Series II: PostgreSQL architecture
- 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
- 干货 | fMRI标准报告指南新鲜出炉啦,快来涨知识吧
- Unity脚本介绍 Day01
- Unity脚本API—Component组件
猜你喜欢
Redis的4种缓存模式分享
lnx 高效搜索引擎、FastDeploy 推理部署工具箱、AI前沿论文 | ShowMeAI资讯日报 #07.04
Quelles sont les perspectives de l'Internet intelligent des objets (aiot) qui a explosé ces dernières années?
都在说DevOps,你真正了解它吗?
夜天之书 #53 Apache 开源社群的“石头汤”
Force button brush question 01 (reverse linked list + sliding window +lru cache mechanism)
每周招聘|高级DBA年薪49+,机会越多,成功越近!
华为云数据库DDS产品深度赋能
Redis shares four cache modes
The per capita savings of major cities in China have been released. Have you reached the standard?
随机推荐
Introduction of text mining tools [easy to understand]
LeetCode 58. Length of the last word
Analysis of nearly 100 million dollars stolen and horizon cross chain bridge attacked
PXE network
2022 financial products that can be invested
小数,指数
【读书会第十三期】FFmpeg 查看媒体信息和处理音视频文件的常用方法
2022年九大CIO趨勢和優先事項
AI has surpassed Dr. CS in question making?
Optimization method of deep learning neural network
中国主要城市人均存款出炉,你达标了吗?
力扣刷题01(反转链表+滑动窗口+LRU缓存机制)
Understand Alibaba cloud's secret weapon "dragon architecture" in the article "science popularization talent"
selenium 元素交互
Lombok使用引发的血案
Unity script API - time class
AI做题水平已超过CS博士?
怎么判断外盘期货平台正规,资金安全?
Unity脚本生命周期 Day02
从0到1建设智能灰度数据体系:以vivo游戏中心为例