Record Detail

Compile Error

/in/call.cpp:43:9: error: expected expression
        else if (StatusName == "platinum") my_customer->prior = PLATINUM;
        ^
/in/call.cpp:44:9: error: expected expression
        else if (StatusName == "gold") my_customer->prior = GOLD;
        ^
/in/call.cpp:45:9: error: expected expression
        else if (StatusName == "silver") my_customer->prior = SILVER;
        ^
/in/call.cpp:46:9: error: expected expression
        else if (StatusName == "regular") my_customer->prior = REGULAR;
        ^
4 errors generated.
/in/Compile/Makefile:39: recipe for target 'buildCall' failed
make: *** [buildCall] Error 1

Information

Submit By
Type
Submission
Homework
Project 5
Language
C++
Submit At
2022-12-07 00:17:50
Judged At
2022-12-07 00:17:50
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes