int main() {
int bob = 46363636;
printf("bob=%p\n", bob);
return(0);
}
