Record Detail

Accepted

prepare (1/3): 
finished

make (2/3): 
gcc -g -Wall -O2 -o krus.o -c krus.c 
krus.c: In function 'main':
krus.c:6:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d", &esize, &vsize);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
krus.c:9:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d%d", &graph[i].v1, &graph[i].v2, &graph[i].weight);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -Wall -O2 -o main krus.o
finished

clean (3/3): 
finished

all task finished, build successfully
# Status Time Cost Memory Cost
#1 Accepted Detail 1ms 264.0 KiB
#2 Accepted Detail 1ms 256.0 KiB
#3 Accepted Detail 2ms 296.0 KiB
#4 Accepted Detail 1ms 296.0 KiB
#5 Accepted Detail 1ms 248.0 KiB

Information

Submit By
Type
Submission
Homework
Lab 2
Language
GNU Make
Submit At
2019-09-26 02:33:50
Judged At
2019-09-26 02:33:50
Judged By
Score
100
Total Time
7ms
Peak Memory
296.0 KiB