clock_t start, end; start = clock(); // TODO end = clock(); cout << double(end - start) / CLOCKS_PER_SEC << "s" << endl;
最后更新于4年前
这有帮助吗?