Hack them from the Internet!Just for fun!
void main() { char *p; *p = -130; printf("%d",*p); }
|
int main(void) { int m=3,n=4,x; x=-m++; x=x+8/++n; printf("%d\n",x); return 0; }
|
int main(void) { int **p; int arr[100]; p = &arr; return 0; }
|
阅读(536) | 评论(0) | 转发(0) |