[ERROR]
The unary (-) operator was used with an illegal operand type.
const char* p= -"abc";
There must be an arithmetic operand for the unary (-) operator.