Record Detail

Accepted

prepare (1/3): 
finished

make (2/3): 
g++ -g -Wall -O2 -o main.o -c main.cpp 
main.cpp: In function 'int main()':
main.cpp:179:14: warning: unused variable 'deleted' [-Wunused-variable]
         bool deleted=false;
              ^~~~~~~
main.cpp:180:13: warning: unused variable 'm' [-Wunused-variable]
         int m=0;
             ^
main.cpp:181:13: warning: unused variable 'n' [-Wunused-variable]
         int n=0;
             ^
g++ -g -Wall -O2 -o main main.o
finished

clean (3/3): 
finished

all task finished, build successfully
# Status Time Cost Memory Cost
#1 Accepted 2ms 676.0 KiB
#2 Accepted 1ms 544.0 KiB
#3 Accepted 1ms 448.0 KiB
#4 Accepted 1ms 428.0 KiB
#5 Accepted 2ms 404.0 KiB

Information

Submit By
Type
Submission
Homework
Project Five: Graph Algorithms
Language
GNU Make
Submit At
2018-12-08 18:01:00
Judged At
2018-12-08 18:01:00
Judged By
Score
25
Total Time
9ms
Peak Memory
676.0 KiB