Record Detail

Compile Error

/in/calc.cpp:43:18: error: variable length arrays are a C99 feature [-Werror,-Wvla-extension]
    int locations[max_possible];
                 ^
/in/calc.cpp:56:13: error: variable length arrays are a C99 feature [-Werror,-Wvla-extension]
    string a[max_possible];
            ^
2 errors generated.
/in/Compile/Makefile:44: recipe for target 'buildCalc' failed
make: *** [buildCalc] Error 1

Information

Submit By
Type
Submission
Homework
Project 5
Language
C++
Submit At
2022-12-10 15:15:49
Judged At
2022-12-10 15:15:49
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes