/ Test /

Record Detail

Accepted

pwd
/out
ls -al
total 4
drwxr-xr-x  2 icebox 1000 4096 Aug  1 03:18 .
drwxrwxrwt 12 icebox 1000  240 Jul 31 17:57 ..
clang++ -std=c++11 -pedantic -Werror -o dummy /in/Compile/dummy.cpp
clang++ -std=c++11 -pedantic -Werror -O3 -fsanitize=memory -fsanitize=undefined -fno-sanitize-recover=undefined -I /in/Compile/ -I /in  -o dlist /in/Compile/dlist.cpp 2> /dev/null
/in/Compile/Makefile:32: recipe for target 'buildDlist' failed
make: [buildDlist] Error 1 (ignored)
clang++ -std=c++11 -pedantic -Werror -O3 -fsanitize=address -I /in/Compile/ -I /in  -o dlist_mem /in/Compile/dlist.cpp 2> /dev/null
/in/Compile/Makefile:32: recipe for target 'buildDlist' failed
make: [buildDlist] Error 1 (ignored)
test -f dlist || cp dummy dlist
test -f dlist_mem || cp dummy dlist_mem
clang++ -std=c++11 -pedantic -Werror -O3 -I /in/Compile/ -I /in  -o dlist_pre /in/Compile/dlist_pre.cpp
clang++ -std=c++11 -pedantic -Werror -O3 -DINSTRUCTOR_IMPL -I /in/Compile/ -I /in  -o call_pre /in/call.cpp
clang++ -std=c++11 -pedantic -Werror -O3 -fsanitize=memory -fsanitize=undefined -fno-sanitize-recover=undefined -DINSTRUCTOR_IMPL -I /in/Compile/ -I /in  -o call /in/call.cpp
clang++ -std=c++11 -pedantic -Werror -O3 -fsanitize=address -DINSTRUCTOR_IMPL -I /in/Compile/ -I /in  -o call_mem /in/call.cpp
clang++ -std=c++11 -pedantic -Werror -O3 -DINSTRUCTOR_IMPL -I /in/Compile/ -I /in  -o calc_pre /in/calc.cpp
clang++ -std=c++11 -pedantic -Werror -O3 -fsanitize=memory -fsanitize=undefined -fno-sanitize-recover=undefined -DINSTRUCTOR_IMPL -I /in/Compile/ -I /in  -o calc /in/calc.cpp
clang++ -std=c++11 -pedantic -Werror -O3 -fsanitize=address -DINSTRUCTOR_IMPL -I /in/Compile/ -I /in  -o calc_mem /in/calc.cpp
clang -o main /in/Compile/main.c 
# Status Time Cost Memory Cost
#1 Accepted 2ms 448.0 KiB
#2 Accepted 2ms 376.0 KiB
#3 Accepted 2ms 448.0 KiB
#4 Accepted 2ms 364.0 KiB

Information

Submit By
Type
Submission
Language
C++
Submit At
2018-07-31 01:04:09
Judged At
2018-08-01 11:18:38
Judged By
Score
40
Total Time
9ms
Peak Memory
448.0 KiB