9 lines
118 B
C
9 lines
118 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main(void){
|
|
|
|
printf("%f\n ", 1.25e-10 ) ;
|
|
|
|
return EXIT_SUCCESS;
|
|
} |