Record Detail

Compile Error

/in/simulation.cpp: In function 'bool readCreature(int, const string&, const string&, world_t&)':
/in/simulation.cpp:274:27: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
         for (int i = 1; i < step; ++i) {
                         ~~^~~~~~
cc1plus: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Project Three: Simple World
Language
C++
Submit At
2020-11-01 22:22:02
Judged At
2020-11-01 22:22:02
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes