Record Detail

Compile Error

/in/ex2.cpp:146:13: error: expected '(' for function-style cast or type construction
    ex2(int argc, char *argv[]);
        ~~~ ^
/in/ex2.cpp:146:24: error: expected '(' for function-style cast or type construction
    ex2(int argc, char *argv[]);
                  ~~~~ ^
/in/ex2.cpp:146:30: error: expected expression
    ex2(int argc, char *argv[]);
                             ^
/in/ex2.cpp:144:14: error: unused parameter 'argc' [-Werror,-Wunused-parameter]
int main(int argc, char *argv[])
             ^
4 errors generated.

Information

Submit By
Type
Submission
Homework
Homework 8
Language
C++ (Clang++, with memory check)
Submit At
2022-12-07 23:33:22
Judged At
2022-12-07 23:33:22
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes