摘要: 实验方法 //输出运行时间 #include <bits/stdc++.h> using namespace std; const int MODE = 10000; int main(){ freopen("a1.txt", "w", stdout); int k = 100; while(k-- 阅读全文
posted @ 2020-10-04 22:47 LT-Y 阅读(312) 评论(0) 推荐(1)