Record Detail

Runtime Error

prepare (1/3): 
finished

make (2/3): 
==========
Now clearing environment...
rm -f *.o *.a l6 plugins/txt.plugin plugins/csv.plugin export.csv *.txt
==========
compiling...
gcc -std=gnu11 -O2 -Wextra -Werror -pedantic -Wno-unused-result -o l6 src-kernel/list.c src-kernel/main.c src-kernel/plugin.c -ldl
gcc -std=gnu11 -O2 -Wextra -Werror -pedantic -Wno-unused-result -shared -fPIC -o plugins/txt.plugin src-kernel/list.c src-plugin-txt/sort.c src-plugin-txt/ui.c 
gcc -std=gnu11 -O2 -Wextra -Werror -pedantic -Wno-unused-result -shared -fPIC -o plugins/csv.plugin src-kernel/list.c src-plugin-csv/sort.c src-plugin-csv/ui.c 
==========
Now running testcases ...
./l6 testcases/rand_int.txt inc
reading testcases/rand_int.txt
sorting elements
writing inc_int.txt
#./6 testcases/test.csv inc
finished

clean (3/3): 
finished

all tasks finished, build successfully
# Status Time Cost Memory Cost
#1 Accepted Detail 45ms 5.852 MiB
#2 Runtime Error (255) Detail 75ms 8.645 MiB
#3 Runtime Error (255) Detail 56ms 8.508 MiB
#4 Runtime Error (255) Detail 56ms 8.523 MiB
#5 Runtime Error (255) Detail 55ms 8.293 MiB
#6 Runtime Error (255) Detail 55ms 8.266 MiB
#7 Runtime Error (255) Detail 56ms 8.266 MiB
#8 Runtime Error (255) Detail 57ms 8.434 MiB
#9 Runtime Error (255) Detail 58ms 8.262 MiB
#10 Runtime Error (255) Detail 57ms 8.277 MiB

Information

Submit By
Type
Submission
Homework
DList Series 2
Language
GNU Make
Submit At
2021-11-07 23:21:03
Judged At
2021-11-07 23:21:03
Judged By
Score
10
Total Time
575ms
Peak Memory
8.645 MiB