5 lines
80 B
C
5 lines
80 B
C
int main(void) {
|
|
printf("%f\n", 12345.678910111213);
|
|
return EXIT_SUCCESS;
|
|
}
|