Tanguy MAZE f9e508d5ef init
2019-06-22 18:23:35 +02:00

155 lines
5.9 KiB
Plaintext

= Host-specific information ====================================================
$> hostname; uname -msr
e2r11p11.42.fr
Darwin 16.7.0 x86_64
$> date
Fri Apr 13 11:59:19 CEST 2018
$> gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 9.0.0 (clang-900.0.39.2)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
$> clang --version
Apple LLVM version 9.0.0 (clang-900.0.39.2)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
= User files collection ========================================================
Collecting user files from Vogsphere
Repository URL: auto-exam/2018/c-exam-alone-in-the-dark-beginner/practice-exam_20180413/tmaze
= Git history ==================================================================
$> git -C /var/folders/l8/2dn_mc5n50j78m_xrn9szj900000gq/T/tmp4jge8b/user log --pretty='%H - %an, %ad : %s'
f04f956d0834716296c1766b0023c33bb352beae - Tanguy MAZE, Fri Apr 13 11:59:11 2018 +0200 : inter
2ab798b8f4f6d6877e6ba6a2f5930ee3c12c88ad - Tanguy MAZE, Fri Apr 13 11:44:16 2018 +0200 : ft_swap
2d8bf5c9f17b97a9c04b8c0254a84d64278f8821 - Tanguy MAZE, Fri Apr 13 11:40:49 2018 +0200 : aff_z
= Collected files ==========================================
$> ls -lAR /var/folders/l8/2dn_mc5n50j78m_xrn9szj900000gq/T/tmp4jge8b/user
total 8
-rw-r--r-- 1 deepthought deepthought 688 Apr 13 11:59 __GIT_HISTORY
drwxr-xr-x 3 deepthought deepthought 102 Apr 13 11:59 aff_z
drwxr-xr-x 3 deepthought deepthought 102 Apr 13 11:59 ft_swap
drwxr-xr-x 3 deepthought deepthought 102 Apr 13 11:59 inter
/var/folders/l8/2dn_mc5n50j78m_xrn9szj900000gq/T/tmp4jge8b/user/aff_z:
total 8
-rw-r--r-- 1 deepthought deepthought 966 Apr 13 11:59 aff_z.c
/var/folders/l8/2dn_mc5n50j78m_xrn9szj900000gq/T/tmp4jge8b/user/ft_swap:
total 8
-rw-r--r-- 1 deepthought deepthought 968 Apr 13 11:59 ft_swap.c
/var/folders/l8/2dn_mc5n50j78m_xrn9szj900000gq/T/tmp4jge8b/user/inter:
total 8
-rw-r--r-- 1 deepthought deepthought 1433 Apr 13 11:59 inter.c
= inter ========================================================================
$> clang -Wextra -Wall -Werror inter.c -o user_exe
= Test 1 ===================================================
$> ./t9dkgbvzuysqelu2g7stwnag
$> diff -U 3 user_output_test1 test1.output | cat -e
Diff OK :D
= Test 2 ===================================================
$> ./8vu4lxwhr1g8s8h6tss38pfb "salut a tous tout le monde"
$> diff -U 3 user_output_test2 test2.output | cat -e
Diff OK :D
= Test 3 ===================================================
$> ./fxw9eljfvovwq7acd9l5gpnf "salut" "a" "tous" "tout" "le" "monde"
$> diff -U 3 user_output_test3 test3.output | cat -e
Diff OK :D
= Test 4 ===================================================
$> ./ijf2hva07e7kpyimxj44f8jt "llo" "helllo"
$> diff -U 3 user_output_test4 test4.output | cat -e
Diff OK :D
= Test 5 ===================================================
$> ./xiqre3l27x3nr5tc56m3ixu2 "X7nEF" "7E"
$> diff -U 3 user_output_test5 test5.output | cat -e
Diff OK :D
= Test 6 ===================================================
$> ./yk96doh3gu8slzkvh89doh68 "sJWOAraBXqG" "RdoIOLvSuN7c9yg"
$> diff -U 3 user_output_test6 test6.output | cat -e
Diff OK :D
= Test 7 ===================================================
$> ./s8p9ck04a0usz4vrhku963j6 "7e4jrvwWAD" "erWA"
$> diff -U 3 user_output_test7 test7.output | cat -e
Diff OK :D
= Test 8 ===================================================
$> ./7dgo3oci4z6xdr9g0xeikphd "iFx3C8" "F3C8"
$> diff -U 3 user_output_test8 test8.output | cat -e
Diff OK :D
= Test 9 ===================================================
$> ./g0w8pbsg6x0qf0lozk6i1bab "vR0ZGmgw2SzqLYk" "aI8MS"
$> diff -U 3 user_output_test9 test9.output | cat -e
Diff OK :D
= Test 10 ==================================================
$> ./kh11erzrvymr5yqpjtzi2415 "Ni6Qbkd27Kz" "ibd27z"
$> diff -U 3 user_output_test10 test10.output | cat -e
Diff OK :D
= Test 11 ==================================================
$> ./ikpx9nmvdfd5qo8xaxhuoq63 "WIlXDZ" "lXD"
$> diff -U 3 user_output_test11 test11.output | cat -e
Diff OK :D
= Test 12 ==================================================
$> ./6j3s8ea54476s98708wjwdnm "9XDcE" "Wl63tXUIS"
$> diff -U 3 user_output_test12 test12.output | cat -e
Diff OK :D
= Test 13 ==================================================
$> ./lg8lp67099knsgulxumn79s4 "CzYnN9krqw0gFE" "znkqw0gE"
$> diff -U 3 user_output_test13 test13.output | cat -e
Diff OK :D
= Test 14 ==================================================
$> ./1ncsf1hc9s3onzp9v7crh8ex "8qivgVQO" "qgO"
$> diff -U 3 user_output_test14 test14.output | cat -e
Diff OK :D
= Test 15 ==================================================
$> ./7as6cimd1v42m2h38x2iu3b5 "z2BSmYy" "l7WQRampfZE"
$> diff -U 3 user_output_test15 test15.output | cat -e
Diff OK :D
= Test 16 ==================================================
$> ./hpceb30pqdh74g2s6wepxvpw "lrULTb" "lrTb"
$> diff -U 3 user_output_test16 test16.output | cat -e
Diff OK :D
= Test 17 ==================================================
$> ./zn0ot7v8e2cmv97a5vqj327i "mSqcBz8AQl" "Sc8Al"
$> diff -U 3 user_output_test17 test17.output | cat -e
Diff OK :D
= Test 18 ==================================================
$> ./oorr6q5bulcqzf6fwp3hx86d "MDbj" "D"
$> diff -U 3 user_output_test18 test18.output | cat -e
Diff OK :D
= Test 19 ==================================================
$> ./mt1msb1nkjqw6vhyln8m6h38 "r0zk217BP" "Lem"
$> diff -U 3 user_output_test19 test19.output | cat -e
Diff OK :D
= Test 20 ==================================================
$> ./va76iodxi2brhcrbillhsqm9 "wvyQba3YrzT7" "P2g4icuvr"
$> diff -U 3 user_output_test20 test20.output | cat -e
Diff OK :D
Grade: 1
= Final grade: 1 ===============================================================