Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

谢谢

Posted by mingzhizhuo at 2008-02-26 17:40:47 on Problem 1006
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:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator