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 aes
[ 33%] Building C object CMakeFiles/aes.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/aes.dir/aes.c.o
[100%] Linking C executable aes
[100%] Built target aes
finished

all tasks finished, build successfully
# Status Time Cost Memory Cost
#1 Runtime Error (255) Detail 3ms 768.0 KiB

Information

Submit By
Type
Submission
Homework
Challange 2
Language
CMake
Submit At
2019-07-05 21:23:48
Judged At
2019-07-05 21:23:48
Judged By
Score
0
Total Time
3ms
Peak Memory
768.0 KiB