mirror of
https://github.com/Zxilly/UA2F.git
synced 2026-01-01 07:52:27 +00:00
13 lines
177 B
C
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);
|
|
} |