Record Detail

Compile Error

/in/mip.cpp:16:14: error: 'auto' storage class specifier is not permitted in C++11, and will not be supported in future releases [-Werror,-Wauto-storage-class]
        for (auto int j = 0u; j < imI.w; j++) {
             ^~~~~
/in/mip.cpp:122:5: error: use of undeclared identifier 'applyTransformation'
    applyTransformation(imI,imJ,transform,transform_exist);
    ^
2 errors generated.

Information

Submit By
Type
Submission
Homework
Project 2
Language
C++
Submit At
2024-05-28 21:40:20
Judged At
2024-05-28 21:40:20
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes