Record Detail

Wrong Answer

prepare (1/4): 
finished

cmake (2/4): 
-- The C compiler identification is Clang 6.0.0
-- The CXX compiler identification is Clang 6.0.0
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /out/build
finished

make (3/4): 
Scanning dependencies of target driver
[ 12%] Building C object CMakeFiles/driver.dir/driver.c.o
[ 25%] Linking C executable driver
[ 25%] Built target driver
Scanning dependencies of target mumsh
[ 37%] Building C object mumsh/CMakeFiles/mumsh.dir/mumsh.c.o
/in/mumsh.c:353:13: warning: 'getwd' is deprecated [-Wdeprecated-declarations]
            getwd(pwdResult);
            ^
/usr/include/unistd.h:529:30: note: 'getwd' has been explicitly marked deprecated here
     __THROW __nonnull ((1)) __attribute_deprecated__ __wur;
                             ^
/usr/include/x86_64-linux-gnu/sys/cdefs.h:246:51: note: expanded from macro '__attribute_deprecated__'
# define __attribute_deprecated__ __attribute__ ((__deprecated__))
                                                  ^
/in/mumsh.c:384:17: warning: 'getwd' is deprecated [-Wdeprecated-declarations]
                getwd(pwdResult);
                ^
/usr/include/unistd.h:529:30: note: 'getwd' has been explicitly marked deprecated here
     __THROW __nonnull ((1)) __attribute_deprecated__ __wur;
                             ^
/usr/include/x86_64-linux-gnu/sys/cdefs.h:246:51: note: expanded from macro '__attribute_deprecated__'
# define __attribute_deprecated__ __attribute__ ((__deprecated__))
                                                  ^
2 warnings generated.
[ 50%] Building C object mumsh/CMakeFiles/mumsh.dir/main.c.o
[ 62%] Linking C executable mumsh
CMakeFiles/mumsh.dir/mumsh.c.o: In function `execute':
mumsh.c:(.text+0x1358): warning: the `getwd' function is dangerous and should not be used.
[ 62%] Built target mumsh
Scanning dependencies of target mumsh_memory_check
[ 75%] Building C object mumsh/CMakeFiles/mumsh_memory_check.dir/mumsh.c.o
/in/mumsh.c:353:13: warning: 'getwd' is deprecated [-Wdeprecated-declarations]
            getwd(pwdResult);
            ^
/usr/include/unistd.h:529:30: note: 'getwd' has been explicitly marked deprecated here
     __THROW __nonnull ((1)) __attribute_deprecated__ __wur;
                             ^
/usr/include/x86_64-linux-gnu/sys/cdefs.h:246:51: note: expanded from macro '__attribute_deprecated__'
# define __attribute_deprecated__ __attribute__ ((__deprecated__))
                                                  ^
/in/mumsh.c:384:17: warning: 'getwd' is deprecated [-Wdeprecated-declarations]
                getwd(pwdResult);
                ^
/usr/include/unistd.h:529:30: note: 'getwd' has been explicitly marked deprecated here
     __THROW __nonnull ((1)) __attribute_deprecated__ __wur;
                             ^
/usr/include/x86_64-linux-gnu/sys/cdefs.h:246:51: note: expanded from macro '__attribute_deprecated__'
# define __attribute_deprecated__ __attribute__ ((__deprecated__))
                                                  ^
2 warnings generated.
[ 87%] Building C object mumsh/CMakeFiles/mumsh_memory_check.dir/main.c.o
[100%] Linking C executable mumsh_memory_check
CMakeFiles/mumsh_memory_check.dir/mumsh.c.o: In function `execute':
mumsh.c:(.text+0x6ed0): warning: the `getwd' function is dangerous and should not be used.
[100%] Built target mumsh_memory_check
finished

clean (4/4): 
finished

all tasks finished, build successfully
# Status Time Cost Memory Cost
#1 Accepted Detail 13ms 5.262 MiB
#2 Accepted Detail 14ms 4.789 MiB
#3 Accepted Detail 18ms 5.539 MiB
#4 Accepted Detail 26ms 5.387 MiB
#5 Accepted Detail 13ms 4.93 MiB
#6 Accepted Detail 27ms 5.371 MiB
#7 Accepted Detail 34ms 5.629 MiB
#8 Accepted Detail 16ms 5.23 MiB
#9 Accepted Detail 15ms 5.633 MiB
#10 Accepted Detail 19ms 5.469 MiB
#11 Accepted Detail 20ms 5.348 MiB
#12 Accepted Detail 15ms 5.996 MiB
#13 Accepted Detail 33ms 5.699 MiB
#14 Accepted Detail 18ms 5.48 MiB
#15 Accepted Detail 22ms 5.375 MiB
#16 Accepted Detail 12ms 4.254 MiB
#17 Accepted Detail 11ms 4.281 MiB
#18 Accepted Detail 17ms 5.055 MiB
#19 Accepted Detail 12ms 4.305 MiB
#20 Accepted Detail 12ms 4.961 MiB
#21 Wrong Answer Detail 14ms 4.309 MiB
#22 Accepted Detail 16ms 4.43 MiB
#23 Accepted Detail 31ms 6.32 MiB
#24 Accepted Detail 29ms 5.461 MiB
#25 Accepted Detail 25ms 5.75 MiB
#26 Accepted Detail 16ms 5.078 MiB
#27 Accepted Detail 29ms 5.449 MiB
#28 Wrong Answer Detail 37ms 6.195 MiB
#29 Wrong Answer Detail 23ms 6.008 MiB
#30 Accepted Detail 42ms 5.035 MiB
#31 Accepted Detail 22ms 5.57 MiB
#32 Accepted Detail 15ms 4.938 MiB
#33 Accepted Detail 16ms 5.062 MiB
#34 Accepted Detail 20ms 5.133 MiB
#35 Accepted Detail 28ms 5.168 MiB

Information

Submit By
Type
Submission
Homework
Project 1 Final Test
Language
CMake
Submit At
2020-10-03 18:48:11
Judged At
2020-12-11 18:54:31
Judged By
Score
320
Total Time
746ms
Peak Memory
6.32 MiB