Record Detail

Time Exceeded

In file included from /in/main/main.cpp:2:0:
/in/cashingmachine.h: In constructor 'CashingMachine::CashingMachine()':
/in/cashingmachine.h:16:9: warning: 'CashingMachine::num_1' will be initialized after [-Wreorder]
     int num_1;
         ^~~~~
/in/cashingmachine.h:15:9: warning:   'int CashingMachine::num_5' [-Wreorder]
     int num_5;
         ^~~~~
/in/cashingmachine.h:19:5: warning:   when initialized here [-Wreorder]
     CashingMachine(): num_1(0), num_5(0), num_10(0), num_20(0), num_50(0), num_100(0) {};
     ^~~~~~~~~~~~~~
/in/cashingmachine.h:15:9: warning: 'CashingMachine::num_5' will be initialized after [-Wreorder]
     int num_5;
         ^~~~~
/in/cashingmachine.h:14:9: warning:   'int CashingMachine::num_10' [-Wreorder]
     int num_10;
         ^~~~~~
/in/cashingmachine.h:19:5: warning:   when initialized here [-Wreorder]
     CashingMachine(): num_1(0), num_5(0), num_10(0), num_20(0), num_50(0), num_100(0) {};
     ^~~~~~~~~~~~~~
/in/cashingmachine.h:14:9: warning: 'CashingMachine::num_10' will be initialized after [-Wreorder]
     int num_10;
         ^~~~~~
/in/cashingmachine.h:13:9: warning:   'int CashingMachine::num_20' [-Wreorder]
     int num_20;
         ^~~~~~
/in/cashingmachine.h:19:5: warning:   when initialized here [-Wreorder]
     CashingMachine(): num_1(0), num_5(0), num_10(0), num_20(0), num_50(0), num_100(0) {};
     ^~~~~~~~~~~~~~
/in/cashingmachine.h:13:9: warning: 'CashingMachine::num_20' will be initialized after [-Wreorder]
     int num_20;
         ^~~~~~
/in/cashingmachine.h:12:9: warning:   'int CashingMachine::num_50' [-Wreorder]
     int num_50;
         ^~~~~~
/in/cashingmachine.h:19:5: warning:   when initialized here [-Wreorder]
     CashingMachine(): num_1(0), num_5(0), num_10(0), num_20(0), num_50(0), num_100(0) {};
     ^~~~~~~~~~~~~~
/in/cashingmachine.h:12:9: warning: 'CashingMachine::num_50' will be initialized after [-Wreorder]
     int num_50;
         ^~~~~~
/in/cashingmachine.h:11:9: warning:   'int CashingMachine::num_100' [-Wreorder]
     int num_100;
         ^~~~~~~
/in/cashingmachine.h:19:5: warning:   when initialized here [-Wreorder]
     CashingMachine(): num_1(0), num_5(0), num_10(0), num_20(0), num_50(0), num_100(0) {};
     ^~~~~~~~~~~~~~
# Status Time Cost Memory Cost
#1 Wrong Answer Detail 1ms 424.0 KiB
#2 Wrong Answer Detail 2ms 380.0 KiB
#3 Wrong Answer Detail 2ms 384.0 KiB
#4 Wrong Answer Detail 2ms 384.0 KiB
#5 Time Exceeded (-9) Detail ≥1003ms ≥388.0 KiB
#6 Wrong Answer Detail 1ms 428.0 KiB
#7 Wrong Answer Detail 2ms 384.0 KiB
#8 Wrong Answer Detail 2ms 388.0 KiB
#9 Time Exceeded (-9) Detail ≥1003ms ≥384.0 KiB
#10 Wrong Answer Detail 2ms 384.0 KiB
#11 Wrong Answer Detail 4ms 396.0 KiB

Information

Submit By
Type
Submission
Homework
Final Exam
Language
C++
Submit At
2020-08-07 17:55:24
Judged At
2020-08-09 21:35:20
Judged By
Score
0
Total Time
≥2028ms
Peak Memory
≥428.0 KiB