摘要: #include <ctime> #include <iostream> #include <cmath> using namespace std; const int N = 1024; int main(void) { int i, M; time_t t1 = time(NULL); for( 阅读全文
posted @ 2018-07-11 14:55 cloudren2020 阅读(94) 评论(0) 推荐(0) 编辑