Record Detail

Runtime Error

prepare (1/3): 
finished

cmake (2/3): 
-- The C 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
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_CXX_COMPILER


-- Build files have been written to: /out
finished

make (3/3): 
Scanning dependencies of target c2
[ 33%] Building C object CMakeFiles/c2.dir/main.c.o
/out/main.c:97:45: warning: implicit declaration of function 'getpid' is invalid in C99 [-Wimplicit-function-declaration]
                srand((unsigned int) time(0) + getpid());
                                               ^
1 warning generated.
[ 66%] Building C object CMakeFiles/c2.dir/aes.c.o
[100%] Linking C executable c2
[100%] Built target c2
finished

all tasks finished, build successfully
# Status Time Cost Memory Cost
#1 Runtime Error (255) Detail 34ms 5.395 MiB

Information

Submit By
Type
Submission
Homework
Challange 2
Language
CMake
Submit At
2019-07-05 21:40:19
Judged At
2019-07-05 21:40:19
Judged By
Score
0
Total Time
34ms
Peak Memory
5.395 MiB