Record Detail

Runtime Error

prepare (1/3): 
finished

make (2/3): 
g++ -g -Wall -O2 -std=c++11 -o main.o -c main.cpp
main.cpp: In function 'int main(int, char**)':
main.cpp:16:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
     freopen("g1.in", "r", stdin);
     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
g++ -g -Wall -O2 -std=c++11 -o graph.o -c graph.cpp
g++ -g -Wall -O2 -std=c++11 -o main main.o graph.o
finished

clean (3/3): 
finished

all task finished, build successfully
# Status Time Cost Memory Cost
#1 Wrong Answer 3ms 2.234 MiB
#2 Wrong Answer 3ms 2.168 MiB
#3 Runtime Error (-11) 2ms 448.0 KiB
#4 Runtime Error (-11) 2ms 444.0 KiB
#5 Runtime Error (-11) 2ms 448.0 KiB

Information

Submit By
Type
Submission
Homework
Project Five: Graph Algorithms
Language
GNU Make
Submit At
2018-12-13 22:54:55
Judged At
2018-12-13 22:54:55
Judged By
Score
0
Total Time
13ms
Peak Memory
2.234 MiB