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
[ 16%] Building C object CMakeFiles/driver.dir/driver.c.o
[ 33%] Linking C executable driver
[ 33%] Built target driver
Scanning dependencies of target mumsh
[ 50%] Building C object mumsh/CMakeFiles/mumsh.dir/shell.c.o
/in/shell.c:260:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if(ch = getchar()) {
           ~~~^~~~~~~~~~~
/in/shell.c:260:15: note: place parentheses around the assignment to silence this warning
        if(ch = getchar()) {
              ^
           (             )
/in/shell.c:260:15: note: use '==' to turn this assignment into an equality comparison
        if(ch = getchar()) {
              ^
              ==
1 warning generated.
[ 66%] Linking C executable mumsh
[ 66%] Built target mumsh
Scanning dependencies of target mumsh_memory_check
[ 83%] Building C object mumsh/CMakeFiles/mumsh_memory_check.dir/shell.c.o
/in/shell.c:260:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if(ch = getchar()) {
           ~~~^~~~~~~~~~~
/in/shell.c:260:15: note: place parentheses around the assignment to silence this warning
        if(ch = getchar()) {
              ^
           (             )
/in/shell.c:260:15: note: use '==' to turn this assignment into an equality comparison
        if(ch = getchar()) {
              ^
              ==
1 warning generated.
[100%] Linking C executable mumsh_memory_check
[100%] Built target mumsh_memory_check
finished

clean (4/4): 
finished

all tasks finished, build successfully
# Status Time Cost Memory Cost
#1 Accepted Detail 1ms 668.0 KiB
#2 Accepted Detail 2ms 720.0 KiB
#3 Accepted Detail 1ms 580.0 KiB
#4 Accepted Detail 2ms 716.0 KiB
#5 Accepted Detail 1ms 732.0 KiB
#6 Accepted Detail 1ms 544.0 KiB
#7 Wrong Answer Detail 2ms 600.0 KiB
#8 Wrong Answer Detail 2ms 548.0 KiB
#9 Wrong Answer Detail 2ms 520.0 KiB
#10 Wrong Answer Detail 2ms 720.0 KiB
#11 Wrong Answer Detail 2ms 616.0 KiB
#12 Wrong Answer Detail 3ms 916.0 KiB
#13 Wrong Answer Detail 2ms 720.0 KiB
#14 Wrong Answer Detail 2ms 564.0 KiB
#15 Wrong Answer Detail 2ms 716.0 KiB
#16 Wrong Answer Detail 3ms 908.0 KiB
#17 Wrong Answer Detail 3ms 860.0 KiB
#18 Wrong Answer Detail 3ms 920.0 KiB

Information

Submit By
Type
Submission
Homework
Project 1 Milestone 1
Language
CMake
Submit At
2019-09-22 18:16:24
Judged At
2019-09-22 18:16:24
Judged By
Score
60
Total Time
43ms
Peak Memory
920.0 KiB