yoshi@erdos:~/Main/www/2002i/CompII/exx/LTSs/Sec6.10$ ll total 4 lrwxrwxrwx 1 yoshi yoshi 14 Apr 30 10:52 Makefile -> ../../Makefile -rw-r--r-- 1 yoshi yoshi 975 Apr 30 11:03 prog6.17.c yoshi@erdos:~/Main/www/2002i/CompII/exx/LTSs/Sec6.10$ make prog6.17 make prog6.17.o make[1]: Entering directory `/home/yoshi/IME/www/2002i/CompII/exx/LTSs/Sec6.10' gcc -g -I. -Wall -pedantic -c prog6.17.c make[1]: Leaving directory `/home/yoshi/IME/www/2002i/CompII/exx/LTSs/Sec6.10' gcc -g -I. -Wall -pedantic -o prog6.17 prog6.17.o -lm yoshi@erdos:~/Main/www/2002i/CompII/exx/LTSs/Sec6.10$ time prog6.17 10 1 19755 27777 33522 39438 55396 76822 78309 79844 84018 91164 real 0m0.008s user 0m0.000s sys 0m0.000s yoshi@erdos:~/Main/www/2002i/CompII/exx/LTSs/Sec6.10$ cd .. yoshi@erdos:~/Main/www/2002i/CompII/exx/LTSs$ ll total 8 lrwxrwxrwx 1 yoshi yoshi 11 Apr 30 10:48 Makefile -> ../Makefile drwxr-xr-x 2 yoshi yoshi 4096 Apr 30 11:16 Sec6.10/ -rw-r--r-- 1 yoshi yoshi 1084 Apr 30 11:03 prog7.1.c yoshi@erdos:~/Main/www/2002i/CompII/exx/LTSs$ make prog7.1 make prog7.1.o make[1]: Entering directory `/home/yoshi/IME/www/2002i/CompII/exx/LTSs' gcc -g -I. -Wall -pedantic -c prog7.1.c make[1]: Leaving directory `/home/yoshi/IME/www/2002i/CompII/exx/LTSs' gcc -g -I. -Wall -pedantic -o prog7.1 prog7.1.o -lm yoshi@erdos:~/Main/www/2002i/CompII/exx/LTSs$ cd Sec6.10/ yoshi@erdos:~/Main/www/2002i/CompII/exx/LTSs/Sec6.10$ time ../prog7.1 10 1 19755 27777 33522 39438 55396 76822 78309 79844 84018 91164 real 0m0.003s user 0m0.010s sys 0m0.000s yoshi@erdos:~/Main/www/2002i/CompII/exx/LTSs/Sec6.10$ time prog6.17 10000 1 > /dev/null real 0m0.017s user 0m0.010s sys 0m0.000s yoshi@erdos:~/Main/www/2002i/CompII/exx/LTSs/Sec6.10$ time ../prog7.1 10000 1 > /dev/null real 0m0.012s user 0m0.010s sys 0m0.000s yoshi@erdos:~/Main/www/2002i/CompII/exx/LTSs/Sec6.10$ time prog6.17 100000 1 > /dev/null real 0m0.114s user 0m0.110s sys 0m0.000s yoshi@erdos:~/Main/www/2002i/CompII/exx/LTSs/Sec6.10$ time ../prog7.1 100000 1 > /dev/null real 0m0.111s user 0m0.110s sys 0m0.000s yoshi@erdos:~/Main/www/2002i/CompII/exx/LTSs/Sec6.10$ time prog6.17 1000000 1 > /dev/null real 0m1.169s user 0m1.170s sys 0m0.000s yoshi@erdos:~/Main/www/2002i/CompII/exx/LTSs/Sec6.10$ time ../prog7.1 1000000 1 > /dev/null real 0m1.188s user 0m1.170s sys 0m0.010s yoshi@erdos:~/Main/www/2002i/CompII/exx/LTSs/Sec6.10$ time prog6.17 1000000 1 > /dev/null real 0m1.169s user 0m1.140s sys 0m0.020s yoshi@erdos:~/Main/www/2002i/CompII/exx/LTSs/Sec6.10$ time ../prog7.1 1000000 1 > /dev/null real 0m1.197s user 0m1.190s sys 0m0.010s yoshi@erdos:~/Main/www/2002i/CompII/exx/LTSs/Sec6.10$