当前位置:网站首页>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;
}
边栏推荐
- Understand the context in go language in an article
- 2022年九大CIO趨勢和優先事項
- 深入JS中几种数据类型的解构赋值细节
- odoo数据库主控密码采用什么加密算法?
- Data Lake Governance: advantages, challenges and entry
- Go deep into the details of deconstruction and assignment of several data types in JS
- 31年前的Beyond演唱会,是如何超清修复的?
- 案例分享|金融业数据运营运维一体化建设
- Intelligent customer service track: Netease Qiyu and Weier technology play different ways
- Redis publier et s'abonner
猜你喜欢
LNX efficient search engine, fastdeploy reasoning deployment toolbox, AI frontier paper | showmeai information daily # 07.04
Redis sentinel mode realizes one master, two slave and three Sentinels
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
Unity script lifecycle day02
Guitar Pro 8win10 latest guitar learning / score / creation
力扣刷题01(反转链表+滑动窗口+LRU缓存机制)
AI has surpassed Dr. CS in question making?
Dry goods | fMRI standard reporting guidelines are fresh, come and increase your knowledge
Quelles sont les perspectives de l'Internet intelligent des objets (aiot) qui a explosé ces dernières années?
夜天之书 #53 Apache 开源社群的“石头汤”
随机推荐
Redis 发布和订阅
go-zero微服务实战系列(九、极致优化秒杀性能)
CentOS 6.3 下 PHP编译安装JSON模块报错解决
【读书会第十三期】 音频文件的封装格式和编码格式
31年前的Beyond演唱会,是如何超清修复的?
Logstash ~ detailed explanation of logstash configuration (logstash.yml)
Unity script API - transform transform
LeetCode 1184. 公交站间的距离 ---vector顺逆时针
Deep learning network regularization
selenium 元素交互
Redis publier et s'abonner
从0到1建设智能灰度数据体系:以vivo游戏中心为例
JS tile data lookup leaf node
【大连理工大学】考研初试复试资料分享
Unity script API - component component
开源人张亮的 17 年成长路线,热爱才能坚持
Quelles sont les perspectives de l'Internet intelligent des objets (aiot) qui a explosé ces dernières années?
Force button brush question 01 (reverse linked list + sliding window +lru cache mechanism)
谈SaaS下如何迅速部署应用软件
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?