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 lemondb
[  6%] Building CXX object CMakeFiles/lemondb.dir/main.cpp.o
[ 12%] Building CXX object CMakeFiles/lemondb.dir/db/Database.cpp.o
[ 18%] Building CXX object CMakeFiles/lemondb.dir/db/Table.cpp.o
[ 25%] Building CXX object CMakeFiles/lemondb.dir/query/Query.cpp.o
[ 31%] Building CXX object CMakeFiles/lemondb.dir/query/QueryParser.cpp.o
[ 37%] Building CXX object CMakeFiles/lemondb.dir/query/QueryResult.cpp.o
[ 43%] Building CXX object CMakeFiles/lemondb.dir/query/QueryBuilders.cpp.o
[ 50%] Building CXX object CMakeFiles/lemondb.dir/query/management/LoadTableQuery.cpp.o
[ 56%] Building CXX object CMakeFiles/lemondb.dir/query/management/DropTableQuery.cpp.o
[ 62%] Building CXX object CMakeFiles/lemondb.dir/query/management/DumpTableQuery.cpp.o
[ 68%] Building CXX object CMakeFiles/lemondb.dir/query/management/ListTableQuery.cpp.o
[ 75%] Building CXX object CMakeFiles/lemondb.dir/query/management/QuitQuery.cpp.o
[ 81%] Building CXX object CMakeFiles/lemondb.dir/query/management/PrintTableQuery.cpp.o
[ 87%] Building CXX object CMakeFiles/lemondb.dir/query/data/InsertQuery.cpp.o
[ 93%] Building CXX object CMakeFiles/lemondb.dir/query/data/UpdateQuery.cpp.o
[100%] Linking CXX executable lemondb
[100%] Built target lemondb
finished

clean (4/4): 
finished

all tasks finished, build successfully
# Status Time Cost Memory Cost
#1 Wrong Answer Detail 1284ms 147.559 MiB

Information

Submit By
Type
Submission
Language
CMake
Submit At
2022-12-27 19:16:40
Judged At
2022-12-27 19:16:40
Judged By
Score
0
Total Time
1284ms
Peak Memory
147.559 MiB