当前位置:网站首页>Align left and right!
Align left and right!
2022-07-04 15:04:00 【Zaltana】
Output 3.1415926,22.3456, Width is 14, Accuracy of 6, Align left and right respectively .
Format
Input format : nothing
Output format : Output is real , The blank space to separate . The output of each number occupies one line .
Examples
Input : nothing
Output :3.141593 3.141593
22.345600 22.345600
#include<bits/stdc++.h>
using namespace std;
int main( )
{
printf("%-14.6f %14.6f\n",3.1415926, 3.1415926);
printf("%-14.6f %14.6f",22.3456, 22.3456);
return 0;
}边栏推荐
- LVGL 8.2 LED
- 深度学习 网络正则化
- 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?
- 深度学习7 Transformer系列实例分割Mask2Former
- A keepalived high availability accident made me learn it again
- 进制形式
- C language small commodity management system
- 10. (map data) offline terrain data processing (for cesium)
- Classify boost libraries by function
- LVGL 8.2 List
猜你喜欢

03-存储系统
Redis的4种缓存模式分享

They are all talking about Devops. Do you really understand it?

Implementation of macro instruction of first-order RC low-pass filter in signal processing (easy touch screen)

Korean AI team plagiarizes shock academia! One tutor with 51 students, or plagiarism recidivist

Kubernets Pod 存在 Finalizers 一直处于 Terminating 状态

Ali was laid off employees, looking for a job n day, headhunters came bad news

10. (map data) offline terrain data processing (for cesium)

都在说DevOps,你真正了解它吗?

函数计算异步任务能力介绍 - 任务触发去重
随机推荐
十六进制
Luo Gu - some interesting questions
微博、虎牙挺进兴趣社区:同行不同路
Luo Gu - some interesting questions 2
UFO: Microsoft scholars have proposed a unified transformer for visual language representation learning to achieve SOTA performance on multiple multimodal tasks
深度学习 网络正则化
[local differential privacy and random response code implementation] differential privacy code implementation series (13)
Node mongodb installation
LVGL 8.2 Sorting a List using up and down buttons
找数字
Helix Swarm中文包发布,Perforce进一步提升中国用户体验
LVGL 8.2 List
智能客服赛道:网易七鱼、微洱科技打法迥异
They are all talking about Devops. Do you really understand it?
进制乱炖
如何配和弦
Yyds dry goods inventory # solve the real problem of famous enterprises: continuous maximum sum
PLC Analog input analog conversion FC s_ ITR (CoDeSys platform)
程序员自曝接私活:10个月时间接了30多个单子,纯收入40万
关于FPGA底层资源的细节问题