unsigned int a = -1;

if( a )

printf("A");

else

printf("B");


정답은?