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
[  8%] Building C object CMakeFiles/driver.dir/driver.c.o
[ 16%] Linking C executable driver
[ 16%] Built target driver
Scanning dependencies of target mumsh
[ 25%] Building C object mumsh/CMakeFiles/mumsh.dir/main.c.o
[ 33%] Building C object mumsh/CMakeFiles/mumsh.dir/build_in.c.o
[ 41%] Building C object mumsh/CMakeFiles/mumsh.dir/parse.c.o
/in/parse.c:164:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
        if (!quote1 && !quote2 && (poi == '|') || (i == (buffer_len-1)))
            ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ ~~
/in/parse.c:164:32: note: place parentheses around the '&&' expression to silence this warning
        if (!quote1 && !quote2 && (poi == '|') || (i == (buffer_len-1)))
                               ^
            (                                 )
1 warning generated.
[ 50%] Building C object mumsh/CMakeFiles/mumsh.dir/execute.c.o
[ 58%] Linking C executable mumsh
[ 58%] Built target mumsh
Scanning dependencies of target mumsh_memory_check
[ 66%] Building C object mumsh/CMakeFiles/mumsh_memory_check.dir/main.c.o
[ 75%] Building C object mumsh/CMakeFiles/mumsh_memory_check.dir/build_in.c.o
[ 83%] Building C object mumsh/CMakeFiles/mumsh_memory_check.dir/parse.c.o
/in/parse.c:164:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
        if (!quote1 && !quote2 && (poi == '|') || (i == (buffer_len-1)))
            ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ ~~
/in/parse.c:164:32: note: place parentheses around the '&&' expression to silence this warning
        if (!quote1 && !quote2 && (poi == '|') || (i == (buffer_len-1)))
                               ^
            (                                 )
1 warning generated.
[ 91%] Building C object mumsh/CMakeFiles/mumsh_memory_check.dir/execute.c.o
[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 17ms 6.434 MiB
#2 Accepted Detail 15ms 6.355 MiB
#3 Accepted Detail 17ms 6.031 MiB
#4 Accepted Detail 15ms 6.27 MiB
#5 Accepted Detail 26ms 6.449 MiB
#6 Accepted Detail 15ms 6.125 MiB
#7 Accepted Detail 33ms 12.441 MiB
#8 Accepted Detail 59ms 18.711 MiB
#9 Accepted Detail 26ms 5.258 MiB
#10 Accepted Detail 13ms 4.527 MiB
#11 Accepted Detail 24ms 5.457 MiB
#12 Accepted Detail 28ms 5.633 MiB
#13 Accepted Detail 25ms 5.75 MiB
#14 Accepted Detail 46ms 6.332 MiB
#15 Accepted Detail 46ms 6.914 MiB
#16 Accepted Detail 23ms 6.055 MiB
#17 Accepted Detail 38ms 5.73 MiB
#18 Accepted Detail 69ms 10.676 MiB

Information

Submit By
Type
Submission
Homework
Project 1 Final Test
Language
CMake
Submit At
2020-10-09 17:33:57
Judged At
2020-12-11 18:53:39
Judged By
Score
180
Total Time
542ms
Peak Memory
18.711 MiB