| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
谢谢In Reply To:参考中国剩余定理吧 Posted by:btcamel at 2007-07-16 14:08:37 #include <stdio.h>
int main()
{ int i;
for(i=1;((23*28*i)%33)!=1;i++)
{
}
printf("%d",23*28*i);
return 0;
}
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator