LOADING...
摘要: 1. 计算两点之间的距离 #include <iostream> #include <cmath> using namespace std; int main() { int x1, x2, y1, y2; cout << "请输入x1, x2, y1, y2的值"; cin >> x1 >> x2 阅读全文
posted @ 2024-01-05 21:53 KaiSageWang 阅读(118) 评论(0) 推荐(0)