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 3ms 920.0 KiB
#2 Accepted Detail 2ms 996.0 KiB
#3 Accepted Detail 6ms 1.574 MiB
#4 Accepted Detail 4ms 1.504 MiB
#5 Accepted Detail 2ms 968.0 KiB
#6 Accepted Detail 5ms 1.637 MiB
#7 Accepted Detail 4ms 1.398 MiB
#8 Accepted Detail 5ms 1.711 MiB
#9 Accepted Detail 4ms 1.223 MiB
#10 Accepted Detail 5ms 1.418 MiB
#11 Accepted Detail 3ms 1.48 MiB
#12 Accepted Detail 4ms 1.543 MiB
#13 Accepted Detail 6ms 1.52 MiB
#14 Accepted Detail 5ms 1.609 MiB
#15 Accepted Detail 3ms 1.094 MiB
#16 Accepted Detail 1ms 536.0 KiB
#17 Accepted Detail 2ms 664.0 KiB
#18 Accepted Detail 3ms 1.129 MiB
#19 Accepted Detail 2ms 676.0 KiB
#20 Accepted Detail 2ms 1.043 MiB
#21 Wrong Answer Detail 1ms 580.0 KiB
#22 Accepted Detail 2ms 540.0 KiB
#23 Accepted Detail 6ms 1.691 MiB
#24 Accepted Detail 5ms 1.324 MiB
#25 Accepted Detail 10ms 1.461 MiB
#26 Accepted Detail 5ms 1.375 MiB
#27 Accepted Detail 6ms 1.504 MiB
#28 Wrong Answer Detail 4ms 1.242 MiB
#29 Wrong Answer Detail 2ms 1.152 MiB
#30 Accepted Detail 4ms 1.312 MiB
#31 Accepted Detail 7ms 1.301 MiB
#32 Accepted Detail 3ms 1.008 MiB
#33 Accepted Detail 3ms 1.02 MiB
#34 Accepted Detail 3ms 1.094 MiB
#35 Accepted Detail 3ms 1.234 MiB

Information

Submit By
Type
Submission
Homework
Project 1 Final Test
Language
CMake
Submit At
2020-10-03 18:46:07
Judged At
2020-12-11 18:54:32
Judged By
Score
320
Total Time
153ms
Peak Memory
1.711 MiB