摘要: ctime clock()是一个无参函数,返回值是一个以毫秒为单位的整形 #include <ctime> #include <iostream> long t1 = clock(); **** Doing something **** long t2 = clock();; std::cout < 阅读全文
posted @ 2023-02-15 11:46 半夜打老虎 阅读(58) 评论(0) 推荐(0)