#include <stdio.h> 
void main()
{
  printf(\"The sales total is: $ 172.53 \\n\");
}



이 간단한 코딩이 왜 안될까?ㅠㅠ