07 2020 档案
摘要:#include<iostream> #include<vector> #include<algorithm> using namespace std; const int maxn = 1010; int solve(int arr[]) { int l, r, k; cin >> l >> r
阅读全文
摘要:#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
阅读全文
摘要:long startTime=System.currentTimeMillis(); //获取开始时间 long endTime=System.currentTimeMillis(); //获取结束时间 System.out.println("程序运行时间: "+ (endTime - startT
阅读全文