#include #include int main (int argc, char ** argv) { if (argc != 1+1) return 1; printf("%Lf\n", strtold(argv[1], NULL)); return 0; }