#include <stdlib.h>#include <stdio.h>#include <time.h>typedef time_t TIME;void main(void){ int i = 0; unsigned char a; long b; TIME t,tf; t = time(NULL...
阅读全文
2008
05-01