摘要: #include<iostream> #include<vector> #include<algorithm> using namespace std; const int maxn = 1010; int solve(int arr[]) { int l, r, k; cin >> l >> r 阅读全文
posted @ 2020-07-18 19:27 明卿册 阅读(119) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <iomanip> using namespace std; int main() { double x,y,z,x1,y1,z1,n; cin >> x >> y >> z >> x1 >> y1 >> z1 >> n; double su 阅读全文
posted @ 2020-07-18 18:47 明卿册 阅读(173) 评论(0) 推荐(0) 编辑
摘要: long startTime=System.currentTimeMillis(); //获取开始时间 long endTime=System.currentTimeMillis(); //获取结束时间 System.out.println("程序运行时间: "+ (endTime - startT 阅读全文
posted @ 2020-07-18 18:44 明卿册 阅读(547) 评论(0) 推荐(0) 编辑