hundred.cpp: In function 'std::__cxx11::string GetHundredPoints(int, int, int)':
hundred.cpp:10:32: error: expected ')' before '{' token
if (max(A, max(B, C) == A) {
^
hundred.cpp:19:5: error: expected statement at end of input
}
^
hundred.cpp:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (max(A, max(B, C) == A) {
^~
cc1plus: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
hundred.cpp:19:5: error: expected '}' at end of input
}
^
hundred.cpp:19:5: warning: no return statement in function returning non-void [-Wreturn-type]