mirror of
https://github.com/QingdaoU/Judger.git
synced 2025-01-04 11:21:42 +00:00
7 lines
78 B
C
7 lines
78 B
C
#include <time.h>
|
|
#include <stdio.h>
|
|
|
|
int main () {
|
|
clock();
|
|
return 0;
|
|
} |