专题文章
时长:00:00更新时间:2024-12-20 08:03:30
#include time.h>。#include;#include;#define START 1。#define STOP 0。#define BAIWANG 1000000。using namespace std。int GetMilitime() {。struct timeb t。ftime(&t)。return 1000 * t.time + t.millitm。};int Xiaoli(int type) {。static long tt = GetMilitime()。if (type == STOP) {。long old = tt。tt = GetMilitime()。
查看详情