摘要: 阅读全文
posted @ 2025-10-23 23:12 bluepoet 阅读(5) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-10-23 23:11 bluepoet 阅读(4) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cmath> #include <algorithm> using namespace std; int main() { int x1, y1, x2, y2; cin >> x1 >> y1 >> x2 >> y2; // 读取两个点的 阅读全文
posted @ 2025-10-23 23:02 bluepoet 阅读(3) 评论(0) 推荐(0)