#include <iostream.h>
#include <time.h>
#include <conio.h>
int main()
{
srand (time(0));
int x,n=0,s=0;
while(n<10)
{
x=srand()%100+1;
n++;
s+=x;
}
cout<<s/10<<endl;
getch();
return 0;
}
کسی میتونه مشکل اینو به من بگه؟یکی از دوستام تو کامپیوتر خودش اجرا کرد اجرا شد ولی من هرچی اجرا میکنمش...