#include#include#includevoid main(){int a,b;srand(time(0));a=rand()%10;b=rand()%10;printf("%d+%d=\n",a,b);
}
没有写循环,只随机了一次
从哪里可以看出来是五个呢