Record Detail

Compile Error

/in/P4.cpp: In function 'int main()':
/in/P4.cpp:62:23: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     for (int i = 0; i < nums.size(); ++i) {
                     ~~^~~~~~~~~~~~~
/in/P4.cpp:21:9: error: unused variable 'n' [-Werror=unused-variable]
     int n;                  // 数组大小
         ^
cc1plus: all warnings being treated as errors

Information

Submit By
Type
Submission
Problem
final P4
Language
C++
Submit At
2024-12-21 19:29:52
Judged At
2024-12-21 19:29:52
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes