155 lines
12 KiB
Plaintext
155 lines
12 KiB
Plaintext
= Host-specific information ====================================================
|
|
$> hostname; uname -msr
|
|
e3r10p19.42.fr
|
|
Darwin 16.7.0 x86_64
|
|
$> date
|
|
Mon Apr 16 19:04:46 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_20180416/tmaze
|
|
|
|
= Git history ==================================================================
|
|
$> git -C /var/folders/53/3stqt3js5bz6x9mh674k88k00000gq/T/tmpLXyULt/user log --pretty='%H - %an, %ad : %s'
|
|
53309961375cc7b31d03c35ddc3678f5de691731 - Tanguy MAZE, Mon Apr 16 19:04:39 2018 +0200 : max
|
|
20eb54d06141449300b95eab630538348803396f - Tanguy MAZE, Mon Apr 16 18:57:09 2018 +0200 : ft_putstr
|
|
6012d7148b2639cd80d60ab748de5eaf4a89a224 - Tanguy MAZE, Mon Apr 16 18:52:01 2018 +0200 : aff_z
|
|
|
|
= Collected files ==========================================
|
|
$> ls -lAR /var/folders/53/3stqt3js5bz6x9mh674k88k00000gq/T/tmpLXyULt/user
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 666 Apr 16 19:04 __GIT_HISTORY
|
|
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 19:04 aff_z
|
|
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 19:04 ft_putstr
|
|
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 19:04 max
|
|
|
|
/var/folders/53/3stqt3js5bz6x9mh674k88k00000gq/T/tmpLXyULt/user/aff_z:
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 966 Apr 16 19:04 aff_z.c
|
|
|
|
/var/folders/53/3stqt3js5bz6x9mh674k88k00000gq/T/tmpLXyULt/user/ft_putstr:
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 992 Apr 16 19:04 ft_putstr.c
|
|
|
|
/var/folders/53/3stqt3js5bz6x9mh674k88k00000gq/T/tmpLXyULt/user/max:
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 1105 Apr 16 19:04 max.c
|
|
|
|
= max ==========================================================================
|
|
$> clang -Wextra -Wall -Werror main.c max.c -o user_exe
|
|
|
|
= Test 1 ===================================================
|
|
$> ./8qraqez58j3gow95d2geqq7q
|
|
$> diff -U 3 user_output_test1 test1.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 2 ===================================================
|
|
$> ./84bha4kirtmmwf2nbwr1o4b4 "1"
|
|
$> diff -U 3 user_output_test2 test2.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 3 ===================================================
|
|
$> ./8rp65a8l631yz4s8nrwkxjx6 "-19" "7" "-6" "-8" "-16" "-7" "-5" "15" "20" "10" "8" "-10" "-17" "-20" "18" "-18" "-17" "-14" "-12" "14" "19" "-12" "-1" "16" "-19" "-12" "8" "3"
|
|
$> diff -U 3 user_output_test3 test3.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 4 ===================================================
|
|
$> ./r495gfnomsn0ktz2jivygqww "15" "16" "-4" "6" "17" "17" "-6" "12" "6" "11" "-10" "-10" "-5" "-17" "-20" "-9" "0" "-8" "8" "13" "-8" "-8" "-11" "-9" "-7" "1" "13" "8"
|
|
$> diff -U 3 user_output_test4 test4.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 5 ===================================================
|
|
$> ./da17eyvp25oswsyhnx39svyl "-19" "-2" "-19" "5" "-18"
|
|
$> diff -U 3 user_output_test5 test5.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 6 ===================================================
|
|
$> ./jckx4qv7xdztflqqpz9lvfzh "18" "-15" "3" "16"
|
|
$> diff -U 3 user_output_test6 test6.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 7 ===================================================
|
|
$> ./z15qys45rh0hna6mlc21whok "9" "-7" "-4" "-15"
|
|
$> diff -U 3 user_output_test7 test7.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 8 ===================================================
|
|
$> ./izi4kp3iv03g9o2m5whus7z7 "20" "-2" "4" "0" "9" "-18" "-11" "-16" "-12" "17"
|
|
$> diff -U 3 user_output_test8 test8.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 9 ===================================================
|
|
$> ./li80stx19rt2myb9axwnzzwy "0" "-4" "-2" "13" "3" "9" "-8" "16" "5" "3" "-17" "19" "18" "16" "-15" "20" "-12"
|
|
$> diff -U 3 user_output_test9 test9.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 10 ==================================================
|
|
$> ./ct5hz8365q3cubacvos550qk "12728508" "-18569668" "19158409" "-439791" "18754574" "2684080" "-16078712" "-3054061" "6806134" "-14249426" "-4203081" "7740338" "7962415" "-14354190" "14461816" "-2757228" "-6719877" "-12899903" "-9356992" "12572844" "15378120" "13424346" "-12797869" "4331079" "15160118" "17798254" "8752774" "-13989672" "14643300" "-5214725" "-2572121" "11625411" "10061124" "-501324" "5318345" "-13769443" "8458683" "6116098" "16276521" "-216613" "7812865" "15500645" "19836707" "-15116504" "4608682" "-56452" "11538185" "-13578942" "3584121" "4923747" "-13518317" "6121287"
|
|
$> diff -U 3 user_output_test10 test10.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 11 ==================================================
|
|
$> ./ciagezq0xfd36xrpwpk7qy1m "-9260049" "16617569" "11662010" "8732637" "11955437" "3053176" "4819776" "9712840" "3073372" "14584804" "-413597" "-904744" "-4055393" "-16463206" "-5280763" "-1400700" "-1963240" "-5026573" "-10568014" "13973947" "13049458" "5051147" "-496050" "-2298296" "1468222" "-10094874" "-1813827" "10634647" "8633823" "-17416481" "-3105685" "2386097" "12811490" "-13264718" "14395917" "2926975" "8248011" "5862252" "-13032819" "135752" "-13629454" "2635692" "-18896023" "-12565237" "3393565" "-6358757" "-11414542" "-10173707" "-14613362" "-14560649" "8895982" "8757630" "-135387" "2868472" "-1117615" "10059255" "8872851" "-3686764" "-15395171" "-14943301" "-14739170" "1666519" "-3290627" "-14705968" "14808025" "-11395254" "11478761" "-3285848" "-14991423" "-19747983" "-9660769" "-4371500" "-8449994"
|
|
$> diff -U 3 user_output_test11 test11.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 12 ==================================================
|
|
$> ./jqvb7x82z8im3p16fltlajsq "11578536" "-17234371" "-4490440" "19501789" "-12290616" "9303750" "2145511" "-8925433" "14470563" "3471421" "3531101" "-3453706" "10336864" "-3829672" "863579" "-7679627" "1471922" "8236824" "-17532717" "-3348189" "-13007221" "9365490" "-9520753" "-18689074" "15803305" "-14470648" "-2049156" "3677911" "4523075" "10296447" "-15624697" "7535942" "-8962767" "-14803856" "7102110" "391145" "-4150959" "-6797272" "-6978218" "-3314972" "181502" "-847085" "5904505"
|
|
$> diff -U 3 user_output_test12 test12.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 13 ==================================================
|
|
$> ./qxazg3f1yzym1qjgnu9o9tck "18755210" "4454534" "18650507" "-13687654" "-6096402" "18626553" "-664824" "-1193175" "-8969731" "12783408" "-11132963" "-4042014" "-8767226" "21465" "-15075769" "-6010142" "-19037014" "-11044433" "9046717" "-13565912" "-14703158" "-13593900" "9533893" "4425510" "5630838" "-689605" "4434127" "7875657" "-5788049" "-12416236" "15449850" "15741158" "-11972243" "-8384998" "-12703383" "-14573955" "7158158" "-18247427" "2201645" "12500510" "14486453" "10835429" "3827239" "-12201954" "-10220919" "17839667" "8521296" "-17518359" "-19337624" "11333575" "-16094795" "-5146900" "18967850" "4151235" "-5904813" "8892442" "16711319" "14887649" "7108079" "5001092" "-4479760" "9648467" "-12428151" "-1821482" "16090565" "10300698"
|
|
$> diff -U 3 user_output_test13 test13.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 14 ==================================================
|
|
$> ./61swzo1rhyfj3z6ruwskg6zf "6622641" "-18069421" "13814758" "-1961934" "-17990494" "13404123" "-15133143" "4869450" "-10623449" "11897180" "-17468472" "4328914" "8397677" "-5579831" "-18963741" "12773861" "-18402699" "3300012" "-17136383" "19257234" "-4970289" "15283598" "2712579" "2678844" "14769660" "-18604155" "1877551" "18044938" "3511066" "6086017" "3384651" "10755122" "-16455485" "6780854" "-19347395" "9348870" "-12192329" "-2746897" "-12336348" "-14364772" "18858022" "15590860" "15957293" "14591164" "-6810243" "-5693599" "-3235849" "-10517983" "15443820" "13653555" "-4533592" "18810876" "10602739" "-9395882" "-10256519" "15474415" "-209213" "-12134003" "-14601629" "14599332" "-4464564" "-18657830" "3499422" "748654" "10132661" "15665671" "7213778" "3462183" "-18389839" "576779" "11043469" "-11768729" "-9056223" "10038593" "-12092999" "-1831162" "-10626819" "-19109632" "-10713802" "-16276303" "12014733"
|
|
$> diff -U 3 user_output_test14 test14.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 15 ==================================================
|
|
$> ./nn159dirdfbgv2mxeuy2jmz5 "17019425" "5167076" "17490089" "12586687" "-2779701" "-18375221" "4657615" "9975247"
|
|
$> diff -U 3 user_output_test15 test15.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 16 ==================================================
|
|
$> ./zs3a93bpdfzj4s50j5nekeu3 "-13667070" "6979933" "-4656459" "13231491" "-6066166" "9067168" "12158660" "-16958218" "-10871560" "-14543866" "-4555028" "-12687853" "-5997185" "10664744" "-7293509" "16256330" "6660008" "18679899" "-13088341" "-8312103" "16632760" "1515631" "8446531" "17103179" "-14490556" "14553342" "-11908361" "-18610167" "12615901" "10661448" "17832374" "-3002797" "2927574" "6150132" "-3015623" "18862173" "-5287559" "-14800560" "7348971" "18516028" "-16163644" "-2111617" "-4938796"
|
|
$> diff -U 3 user_output_test16 test16.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 17 ==================================================
|
|
$> ./shtpme08tp39i73blco290zr "-6713099" "-6164499" "-16310854" "-5065474" "12110882" "-5180834" "-17364779" "12301071" "11568652" "15831551" "6350401" "-18609386" "-11305154" "7274181" "-6800138" "6305914" "5014809" "6776640" "-3549582" "14965510" "-10678738" "-8882730" "860174" "-15604963" "3063773" "-18161687" "-19609370" "-15755529" "18745046" "-13152917" "2693746" "2347867" "9347801" "13711951" "-8062713" "18772613" "5072868" "3710041" "9485191" "14678657" "16955531" "16230294" "-9667362" "16702961" "11635798" "8167707" "11050081" "-6717255" "-19806028" "7118475" "-2749643" "17105014" "-15969952" "-3434491" "9483174" "-9757205" "12709229" "14550164" "-13269370" "-3666612" "-14755791" "5501777" "-285261" "-19257262" "-3765027" "-15454394" "9556400" "17046793" "-16344244" "-2441150" "6783476" "3806456" "-4434396" "15726035" "-9770459" "13786019" "15726862" "17045887" "-6221291" "2862644" "5773047" "12194070" "16737889" "-1976241" "-4547369" "-10325732"
|
|
$> diff -U 3 user_output_test17 test17.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 18 ==================================================
|
|
$> ./1kiebe9xagkyc4px4m5zbrvz "-3940709" "-10062916" "19585179" "11446004" "4964141" "15164870" "9517605" "1546064" "4282409" "3972378" "13645032" "7500659" "-5475038" "-7684524"
|
|
$> diff -U 3 user_output_test18 test18.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 19 ==================================================
|
|
$> ./u27pum0rx2p97b0m5jrnvngv "19596900" "-5196869" "10937374" "-13555887" "10769981" "8903843" "14490357" "-11714997" "17248620" "435118" "9555768" "1517363" "-13639420" "14708905" "-708904" "3316245" "-5973297" "8697367" "-14196883"
|
|
$> diff -U 3 user_output_test19 test19.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 20 ==================================================
|
|
$> ./vqun28wg0klwode40tzrquby "18028939" "-3693069" "-1206562" "11401212" "-12512092" "-15260818" "-1219603" "16564276" "5653010" "-1739317" "-8147295" "9278312" "602561" "-10974129" "16069407" "8388641" "-19432534" "-9486356" "11738419" "9675846" "-4865440" "-8676083" "12792524" "4067072" "6088108" "-9817016" "11101559" "-9107867" "19042965" "368986" "17415172" "5464783" "-7040280" "-306883" "-15818117" "-3429982" "5525166" "9819316" "2831094" "2082459" "-18029778" "-15358136" "17424223" "2702652" "15330682" "6054245" "-19338070"
|
|
$> diff -U 3 user_output_test20 test20.output | cat -e
|
|
|
|
Diff OK :D
|
|
Grade: 1
|
|
|
|
= Final grade: 1 ===============================================================
|