#include<stdio.h> int main(int argc, char *argv[]) { printf("%s\n", argv[2]); printf("n %d\n",argc); return 0; }