Record Detail

Compile Error

/in/p1.cpp: In function 'std::vector<Point> grahamScan(std::vector<Point>&)':
/in/p1.cpp:53:23: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     for (int i = 1; i < points.size(); ++i)
                     ~~^~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Project 1
Language
C++
Submit At
2024-06-21 18:38:11
Judged At
2024-06-21 18:38:11
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes