摘要: 两点距离 时间限制:3000 ms | 内存限制:65535 KB 难度:1 两点距离 时间限制:3000 ms | 内存限制:65535 KB 难度:1 输入两点坐标(X1,Y1),(X2,Y2)(0<=x1,x2,y1,y2<=1000),计算并输出两点间的距离。 #include <iostr 阅读全文
posted @ 2017-10-25 22:19 P_langen 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 日期计算 时间限制:3000 ms | 内存限制:65535 KB 难度:1 日期计算 时间限制:3000 ms | 内存限制:65535 KB 难度:1 #include <iostream>#include <stdio.h>using namespace std;/* run this pro 阅读全文
posted @ 2017-10-25 17:19 P_langen 阅读(149) 评论(0) 推荐(0) 编辑