UA2F/test/clocktest.c
2020-12-01 01:38:43 +08:00

13 lines
177 B
C

//
// Created by 12009 on 2020/12/1.
//
#include <stdio.h>
#include <time.h>
#include <unistd.h>
#include <stdlib.h>
int main(){
int j=20;
printf("%.0lf",23.664446);
}