是if ( c )同if ( c == 0 )在C++?
if ( c )
if ( c == 0 )
c++ evaluation if-statement
c++ ×1
evaluation ×1
if-statement ×1