Record Detail

Wrong Answer

prepare (1/3): 
finished

make (2/3): 
g++ -g -Wall -std=c++11 -o2 -o main.o -c main.cpp 
In file included from main.cpp:7:0:
market.h: In member function 'void Market::printtimetravel()':
market.h:403:6: warning: variable 'profit' set but not used [-Wunused-but-set-variable]
  int profit = 0;
      ^~~~~~
g++ -g -Wall -std=c++11 -o2 -o main main.o
finished

clean (3/3): 
finished

all task finished, build successfully
# Status Time Cost Memory Cost
#1 Wrong Answer 2ms 376.0 KiB
#2 Accepted 2ms 632.0 KiB
#3 Wrong Answer 2ms 424.0 KiB
#4 Wrong Answer 2ms 376.0 KiB
#5 Wrong Answer 169ms 880.0 KiB

Information

Submit By
Type
Submission
Homework
Project Four: Electronic Trading
Language
GNU Make
Submit At
2018-12-03 23:04:21
Judged At
2018-12-03 23:04:21
Judged By
Score
5
Total Time
179ms
Peak Memory
880.0 KiB