- 730 名前:デフォルトの名無しさん [2007/08/26(日) 23:55:03 ]
- 助けて!以下のプログラムでメモリがおかしくなるお!
分母150 試行回数100000で繰り返すとなるお! 助けて! #include <stdio.h> #include <stdlib.h> #include <time.h> int main() { int i,j,dom,cnt,max,ret,k; int ch; int array[128]; int over, less; long int times; i = j = k = dom = cnt = times = max = 0; printf("input dominator >"); scanf("%d", &dom); printf("input times >"); scanf("%ld", ×);
|

|