当前位置:网站首页>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;
}
边栏推荐
- 深入JS中几种数据类型的解构赋值细节
- go-zero微服务实战系列(九、极致优化秒杀性能)
- 重排数组
- Implementation of web chat room
- Redis sentinel mode realizes one master, two slave and three Sentinels
- Go deep into the details of deconstruction and assignment of several data types in JS
- AI做题水平已超过CS博士?
- Data Lake Governance: advantages, challenges and entry
- 31年前的Beyond演唱会,是如何超清修复的?
- Redis哨兵模式实现一主二从三哨兵
猜你喜欢
数据湖治理:优势、挑战和入门
从0到1建设智能灰度数据体系:以vivo游戏中心为例
Weibo and Huya advance into interest communities: different paths for peers
go-zero微服务实战系列(九、极致优化秒杀性能)
MySQL学习笔记——数据类型(2)
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
Nine CIO trends and priorities in 2022
MySQL组合索引(多列索引)使用与优化案例详解
Dry goods | fMRI standard reporting guidelines are fresh, come and increase your knowledge
Unity动画Animation Day05
随机推荐
odoo数据库主控密码采用什么加密算法?
基于MAX31865的温度控制系统
Common API day03 of unity script
十六进制
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
案例分享|金融业数据运营运维一体化建设
PXE网络
中国主要城市人均存款出炉,你达标了吗?
Summer Review, we must avoid stepping on these holes!
一篇文章学会GO语言中的变量
go-zero微服务实战系列(九、极致优化秒杀性能)
Building intelligent gray-scale data system from 0 to 1: Taking vivo game center as an example
Redis sentinel mode realizes one master, two slave and three Sentinels
Redis publier et s'abonner
Redis的4种缓存模式分享
MYSQL索引优化
MP3是如何诞生的?
MySQL学习笔记——数据类型(2)
MySQL学习笔记——数据类型(数值类型)
宽度精度