return EXIT_FAILURE; } size_t len = strlen(argv[1]); printf("The length of the second argument is %zu.\n", len); return EXIT_SUCCESS; }.
確定! 回上一頁