C++程序  |  6行  |  75 B

int main ( void )
{
   *(volatile char *)0xDEADBEEF = 'x'; 
   return 0;
}