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

104 lines
4.5 KiB
Plaintext

= Host-specific information ====================================================
$> hostname; uname -msr
e2r3p18.42.fr
Darwin 16.7.0 x86_64
$> date
Mon Apr 16 19:59:59 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/1d/_6pl0ll95gb_hwwjkhmw6nn80000gq/T/tmpgJ4vks/user log --pretty='%H - %an, %ad : %s'
e0802ac7c8b281a2f83c460339aacabcf73501ce - Tanguy MAZE, Mon Apr 16 19:59:54 2018 +0200 : ft_itoa
0d3de6bfc40a7b127f75abc7243cde489ef89ac0 - Tanguy MAZE, Mon Apr 16 19:55:09 2018 +0200 : ft_split
def6a68de7ba990a12233c975d4611527762306e - Tanguy MAZE, Mon Apr 16 19:26:38 2018 +0200 : ft_atoi_base
d0bce69342072c4cf857b2658df91defb30e63ea - Tanguy MAZE, Mon Apr 16 19:21:45 2018 +0200 : ft_rrange
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/1d/_6pl0ll95gb_hwwjkhmw6nn80000gq/T/tmpgJ4vks/user
total 8
-rw-r--r-- 1 deepthought deepthought 1689 Apr 16 20:00 __GIT_HISTORY
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 20:00 aff_z
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 20:00 ft_atoi_base
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 20:00 ft_itoa
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 20:00 ft_putstr
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 20:00 ft_rrange.c
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 20:00 ft_split
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 20:00 max
/var/folders/1d/_6pl0ll95gb_hwwjkhmw6nn80000gq/T/tmpgJ4vks/user/aff_z:
total 8
-rw-r--r-- 1 deepthought deepthought 966 Apr 16 20:00 aff_z.c
/var/folders/1d/_6pl0ll95gb_hwwjkhmw6nn80000gq/T/tmpgJ4vks/user/ft_atoi_base:
total 8
-rw-r--r-- 1 deepthought deepthought 1788 Apr 16 20:00 ft_atoi_base.c
/var/folders/1d/_6pl0ll95gb_hwwjkhmw6nn80000gq/T/tmpgJ4vks/user/ft_itoa:
total 8
-rw-r--r-- 1 deepthought deepthought 1470 Apr 16 20:00 ft_itoa.c
/var/folders/1d/_6pl0ll95gb_hwwjkhmw6nn80000gq/T/tmpgJ4vks/user/ft_putstr:
total 8
-rw-r--r-- 1 deepthought deepthought 992 Apr 16 20:00 ft_putstr.c
/var/folders/1d/_6pl0ll95gb_hwwjkhmw6nn80000gq/T/tmpgJ4vks/user/ft_rrange.c:
total 8
-rw-r--r-- 1 deepthought deepthought 1210 Apr 16 20:00 ft_rrange.c
/var/folders/1d/_6pl0ll95gb_hwwjkhmw6nn80000gq/T/tmpgJ4vks/user/ft_split:
total 8
-rw-r--r-- 1 deepthought deepthought 2009 Apr 16 20:00 ft_split.c
/var/folders/1d/_6pl0ll95gb_hwwjkhmw6nn80000gq/T/tmpgJ4vks/user/max:
total 8
-rw-r--r-- 1 deepthought deepthought 1105 Apr 16 20:00 max.c
= ft_itoa ======================================================================
$> clang -Wextra -Wall -Werror main.c ft_itoa.c -o user_exe
= Test 1 ===================================================
$> ./8yvzs9iiffvv4qcvkvfekanx
$> diff -U 3 user_output_test1 test1.output | cat -e
Diff OK :D
= Test 2 ===================================================
$> ./3ba65kl2wj030bgml8rygkwg "1" "2" "3" "4" "5" "6"
$> diff -U 3 user_output_test2 test2.output | cat -e
Diff OK :D
= Test 3 ===================================================
$> ./2u4mq5eiy06nt14r1edv50b1 0
$> diff -U 3 user_output_test3 test3.output | cat -e
Diff OK :D
= Test 4 ===================================================
$> ./co9nb9yyx8ageypz9qcmf9hm 2147483647
$> diff -U 3 user_output_test4 test4.output | cat -e
--- user_output_test4 2018-04-16 20:00:04.000000000 +0200$
+++ test4.output 2018-04-16 20:00:04.000000000 +0200$
@@ -1 +1 @@$
-^B^A^D^G^D^H^C^F^D^G$
+2147483647$
Diff KO :(
Grade: 0
= Final grade: 0 ===============================================================