run time error
הקוד הבא גורם לי ל-run time error.זה משהו ב-rand scanf("%d",&seed);//the int for the function srand for(int j=1;j<=frc;j++) { srand(seed); int mone=rand(); srand(seed); int mehane=rand(); new_frc=euclid(mone,mehane); if(mone>mehane) { common=mehane; } else { common=mone; }
הקוד הבא גורם לי ל-run time error.זה משהו ב-rand scanf("%d",&seed);//the int for the function srand for(int j=1;j<=frc;j++) { srand(seed); int mone=rand(); srand(seed); int mehane=rand(); new_frc=euclid(mone,mehane); if(mone>mehane) { common=mehane; } else { common=mone; }