Record Detail

Accepted

prepare (1/3): 
finished

make (2/3): 
gcc -g -Wall -O2 p_main.c p_graph.c prim.c -o main
p_main.c: In function 'main':
p_main.c:7:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d %d", &ed_size, &ve_size);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
p_graph.c: In function 'graph_read':
p_graph.c:29:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d %d %d", &u_index, &v_index, &weight);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
finished

clean (3/3): 
finished

all task finished, build successfully
# Status Time Cost Memory Cost
#1 Accepted Detail 1ms 260.0 KiB
#2 Accepted Detail 1ms 312.0 KiB
#3 Accepted Detail 0ms 200.0 KiB
#4 Accepted Detail 1ms 256.0 KiB
#5 Accepted Detail 1ms 204.0 KiB

Information

Submit By
Type
Submission
Homework
Lab 2
Language
GNU Make
Submit At
2019-09-26 14:40:43
Judged At
2019-09-26 14:40:43
Judged By
Score
100
Total Time
5ms
Peak Memory
312.0 KiB