当前位置:网站首页>P5706 [deep foundation 2. Example 8] redistributing fat house water -- February 13, 2022
P5706 [deep foundation 2. Example 8] redistributing fat house water -- February 13, 2022
2022-07-06 06:34:00 【dllglvzhenfeng】
【 Deep base 2. example 8】 Then divide the fat house water - Luogu
C++ Code :
/*
P5706 【 Deep base 2. example 8】 Then divide the fat house water --2022.02.13
https://www.luogu.com.cn/problem/P5706
*/
#include <bits/stdc++.h>
#include<stdio.h>
using namespace std;
int main()
{
int n,ans02;
double t,ans01;
cin>>t>>n;
ans01=t/n;
ans02=n*2;
printf("%.3f\n%d",ans01,ans02);
return 0;
}
python3 Code :
"""
P5706 【 Deep base 2. example 8】 Then divide the fat house water (python3 Realization )
https://www.luogu.com.cn/problem/P5706
"""
t,n= map( str, input().strip().split() )
ans01=float(t)/int(n)
ans02=int(n)*2
print( "%.3f"%ans01 )
print( ans02 )
Literature retrieval and thesis writing books ( One )
https://blog.csdn.net/dllglvzhenfeng/article/details/122785815
Literature information retrieval and thesis writing books ( Two )
https://blog.csdn.net/dllglvzhenfeng/article/details/122785968
Rationalism : Mathematics photo album series books, etc
https://blog.csdn.net/dllglvzhenfeng/article/details/122788305
NOI Linux2.0 Use a series of videos
https://blog.csdn.net/dllglvzhenfeng/article/details/122784086
Video on cutting edge of science and technology and thesis writing
https://blog.csdn.net/dllglvzhenfeng/article/details/122783994
边栏推荐
- An article was uncovered to test the truth of outsourcing companies
- Py06 dictionary mapping dictionary nested key does not exist test key sorting
- Phishing & filename inversion & Office remote template
- Use shortcut LNK online CS
- On weak network test of special test
- 基於JEECG-BOOT的list頁面的地址欄參數傳遞
- Simulation volume leetcode [general] 1109 Flight reservation statistics
- How to do a good job in financial literature translation?
- 在JEECG-boot代码生成的基础上修改list页面(结合自定义的组件)
- SQL Server manager studio(SSMS)安装教程
猜你喜欢

Address bar parameter transmission of list page based on jeecg-boot

Basic knowledge of MySQL

翻译影视剧字幕,这些特点务必要了解

翻译生物医学说明书,英译中怎样效果佳

Mise en œuvre d’une fonction complexe d’ajout, de suppression et de modification basée sur jeecg - boot

国产游戏国际化离不开专业的翻译公司

MySQL5.72. MSI installation failed

How effective is the Chinese-English translation of international economic and trade contracts

中英对照:You can do this. Best of luck祝你好运

云服务器 AccessKey 密钥泄露利用
随机推荐
英语论文翻译成中文字数变化
Today's summer solstice
Thesis abstract translation, multilingual pure human translation
MySQL5.72.msi安装失败
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
How much is it to translate Chinese into English for one minute?
今日夏至 Today‘s summer solstice
Summary of the post of "Web Test Engineer"
基于JEECG-BOOT的list页面的地址栏参数传递
MFC dynamically creates dialog boxes and changes the size and position of controls
[web security] nodejs prototype chain pollution analysis
[no app push general test plan
What are the characteristics of trademark translation and how to translate it?
How do programmers remember code and programming language?
翻译公司证件盖章的价格是多少
生物医学本地化翻译服务
Selenium source code read through · 9 | desiredcapabilities class analysis
MFC on the conversion and display of long string unsigned char and CString
Private cloud disk deployment
Simulation volume leetcode [general] 1218 Longest definite difference subsequence