Record Detail

Accepted

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:123:1: warning: control may reach end of non-void function [-Wreturn-type]
}
^
/in/mumsh.c:322: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:345: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__))
                                                  ^
3 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+0x10f3): 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:123:1: warning: control may reach end of non-void function [-Wreturn-type]
}
^
/in/mumsh.c:322: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:345: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__))
                                                  ^
3 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+0x5f88): 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 4ms 1.348 MiB
#2 Accepted Detail 3ms 1.246 MiB
#3 Accepted Detail 4ms 1.324 MiB
#4 Accepted Detail 3ms 1.148 MiB
#5 Accepted Detail 7ms 1.5 MiB
#6 Accepted Detail 3ms 1.277 MiB
#7 Accepted Detail 7ms 2.738 MiB
#8 Accepted Detail 15ms 4.031 MiB
#9 Accepted Detail 2ms 1.133 MiB
#10 Accepted Detail 1ms 564.0 KiB
#11 Accepted Detail 2ms 980.0 KiB
#12 Accepted Detail 8ms 1.395 MiB
#13 Accepted Detail 5ms 1.246 MiB
#14 Accepted Detail 5ms 1.164 MiB
#15 Accepted Detail 31ms 2.777 MiB
#16 Accepted Detail 11ms 2.566 MiB
#17 Accepted Detail 13ms 2.133 MiB
#18 Accepted Detail 77ms 4.609 MiB

Information

Submit By
Type
Submission
Homework
Project 1 Final Test
Language
CMake
Submit At
2020-09-30 17:19:02
Judged At
2020-12-11 18:54:45
Judged By
Score
180
Total Time
211ms
Peak Memory
4.609 MiB