| |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
-> C++知识库 -> 寒假养成计划——Day6 -> 正文阅读 |
|
[C++知识库]寒假养成计划——Day6 |
A题Problem StatementThere are?N?points in a two-dimensional plane. The coordinates of the?i-th point are (xi?,yi?). Find the maximum length of a segment connecting two of these points. Constraints
InputInput is given from Standard Input in the following format: N x1? y1? x2? y2? ? xN? yN? OutputPrint the maximum length of a segment connecting two of the points. Your answer will be considered correct when the absolute or relative error from the judge's answer is at most . Sample Input 13 0 0 0 1 1 1 Sample Output 11.4142135624 For the?1-st and?3-rd points, the length of the segment connecting them is?=1.41421356237…, which is the maximum length. Sample Input 25 315 271 -2 -621 -205 -511 -952 482 165 463 Sample Output 21455.7159750446 题解:
AC代码:
B题Problem StatementAmong the positive integers that consist of?0's and?2's when written in base?10, find the?K-th smallest integer. Constraints
InputInput is given from Standard Input in the following format: K OutputPrint the answer as an integer. Sample Input 13 Sample Output 122 The positive integers that consist of?0's and?2's when written in base?10?are 2,20,22,…?in ascending order. Sample Input 211 Sample Output 22022 Sample Input 3923423423420220108 Sample Output 3220022020000202020002022022000002020002222002200002022002200 Note that the exact value of the answer must be printed as an integer, even if it is big. 题解:
AC代码:
ps:本人实力较菜,只能做出这些简单题,后面的题如果有哪位大神可以解决可以私信我,如果这里面有讲的不清楚或者有错误的,望及时指出! |
|
C++知识库 最新文章 |
【C++】友元、嵌套类、异常、RTTI、类型转换 |
通讯录的思路与实现(C语言) |
C++PrimerPlus 第七章 函数-C++的编程模块( |
Problem C: 算法9-9~9-12:平衡二叉树的基本 |
MSVC C++ UTF-8编程 |
C++进阶 多态原理 |
简单string类c++实现 |
我的年度总结 |
【C语言】以深厚地基筑伟岸高楼-基础篇(六 |
c语言常见错误合集 |
|
上一篇文章 查看所有文章 |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 | -2024/11/24 9:46:18- |
|
网站联系: qq:121756557 email:121756557@qq.com IT数码 |