当前位置:网站首页>Enter the width!
Enter the width!
2022-07-04 15:04:00 【Zaltana】
Input 123456789 To the variable a1,a2,a3, Width is 3, Then the output a1,a2,a3, The blank space to separate .
Format
Input format :123456789
Output format : The output is an integer , The blank space to separate .
Examples
Input :123456789
Output :123 456 789
#include<bits/stdc++.h>
using namespace std;
int main( )
{
int a, b, c;
scanf("%3d%3d%3d", &a, &b,&c);
printf("%d %d %d" ,a,b,c);
return 0;
}
边栏推荐
- 暑期复习,一定要避免踩这些坑!
- Yyds dry goods inventory # solve the real problem of famous enterprises: continuous maximum sum
- Halo effect - who says that those with light on their heads are heroes
- Partial modification - progressive development
- 10. (map data) offline terrain data processing (for cesium)
- numpy笔记
- C language set operation
- 内存管理总结
- C language programming
- LVGL 8.2 Draw label with gradient color
猜你喜欢
They are all talking about Devops. Do you really understand it?
暑期复习,一定要避免踩这些坑!
IO流:节点流和处理流详细归纳。
Ranking list of databases in July: mongodb and Oracle scores fell the most
微博、虎牙挺进兴趣社区:同行不同路
Helix Swarm中文包发布,Perforce进一步提升中国用户体验
深度学习 网络正则化
Weibo and Huya advance into interest communities: different paths for peers
03 storage system
Luo Gu - some interesting questions 2
随机推荐
How to build a technical team that will bring down the company?
毕业季-个人总结
金额计算用 BigDecimal 就万无一失了?看看这五个坑吧~~
Leetcode 1200 minimum absolute difference [sort] the way of leetcode in heroding
局部修改-渐进型开发
Intelligent customer service track: Netease Qiyu and Weier technology play different ways
[local differential privacy and random response code implementation] differential privacy code implementation series (13)
夜天之书 #53 Apache 开源社群的“石头汤”
韩国AI团队抄袭震动学界!1个导师带51个学生,还是抄袭惯犯
微博、虎牙挺进兴趣社区:同行不同路
numpy笔记
【学习笔记】拟阵
LVGL 8.2 List
深度学习 神经网络的优化方法
On the implementation plan of MySQL explain
进制乱炖
【大连理工大学】考研初试复试资料分享
炒股网上开户安全吗?会不会被骗。
C language personal address book management system
LVLG 8.2 circular scrolling animation of a label