This may be a interesting "bomb was set"

// 0x000 This may be a "bomb was set"
// 0x001 Please, do not try to run this process.
// 0x002 Otherwise, all the consequences will not be responsible for !
// 0x003 Perhaps this is not a new game .
// 0x004 I think this is interesting .
// 0x005 Start Code!

#include<iostream>
int main()
{
     unsigned 
int *pBomb = new unsigned int;
     
*pBomb = 9999;
     delete pBomb;

     unsigned 
long int *pBombt = new unsigned long int;
     
*pBombt = 999999999;
 
     
*pBomb = 1;

     delete pBombt;
     
return 0;
}
posted @ 2008-05-10 17:02  090  阅读(416)  评论(1编辑  收藏  举报
如有任何的意见和建议,请 E-mail 至 to090@yahoo.com
建议使用 IE 6.0 或 FireFox 2.0 以上版本进行浏览,最佳显示 1024 * 768