main.c
1 #include <stdlib.h> 2 3 int main ( int argc, char* argv[] ) { 4 return atoi ( argv[1] ); 5 }
附件1