Record Detail

Wrong Answer

/in/lab7.cpp: In member function 'virtual Turn MyGame::turn()':
/in/lab7.cpp:192:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
        for (int i = 0; i < Bullets_pos.size(); ++i) {
                        ~~^~~~~~~~~~~~~~~~~~~~
/in/lab7.cpp:195:44: warning: left operand of comma operator has no effect [-Wunused-value]
                 Bullets_pos[i] = (-10000, -10000);
                                            ^~~~~
/in/lab7.cpp:199:44: warning: left operand of comma operator has no effect [-Wunused-value]
                 Bullets_pos[i] = (-10000, -10000);
                                            ^~~~~
/in/lab7.cpp:205:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i = 0; i < Bullets_pos.size(); ++i) {
                         ~~^~~~~~~~~~~~~~~~~~~~
/in/lab7.cpp:278:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
                     for (int k = 0; k < Bullets_pos.size(); ++k) {
                                     ~~^~~~~~~~~~~~~~~~~~~~
# Status Time Cost Memory Cost
#1 Wrong Answer Detail 7ms 516.0 KiB
#2 Wrong Answer Detail 6ms 508.0 KiB
#3 Wrong Answer Detail 5ms 516.0 KiB
#4 Accepted Detail 2ms 444.0 KiB
#5 Wrong Answer Detail 3ms 468.0 KiB

Information

Submit By
Type
Submission
Homework
Lab 7 Task 1 (initialize, move, turn)
Language
C++
Submit At
2021-12-10 19:14:46
Judged At
2021-12-10 19:14:46
Judged By
Score
20
Total Time
26ms
Peak Memory
516.0 KiB