奇数相乘 乘积 位数

问题描述:

奇数相乘 乘积 位数
125-2000之间的所有奇数相乘,乘积的最后三位数是()

#include"stdio.h"
main()
{
int i;
int max=0;
for(i=125;i