symons

___________每一天都是幸福的!!

  博客园  ::  :: 新随笔  ::  :: 订阅 订阅  :: 管理
 1 #include <stdio.h>
 2 #include <unistd.h>
 3 #include <stdlib.h>
 4 #define timesize 2000000000
 5 int main(){
 6     int i;
 7     void *haha;
 8     int a,b=1000,c=14334;
 9     for(i=1;;++i){
10 
11         a=b*c;
12         a=b*c;
13         a=b*c;
14         if(i%50000==0)
15             usleep(1);
16 
17 
18     }
19     return 0;
20 }

 

posted on 2014-06-10 17:49  symons  阅读(156)  评论(0编辑  收藏  举报