ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1083. Factorials!!!

what is 11 Test?
Posted by Abbath1349 24 Jan 2012 12:07
I have error in 11 test anybody can say what is 11 test?
Re: what is 11 Test?
Posted by Nargiza Asqarova 31 Jan 2012 21:37
k:=length(s)-1;
if(n mod k)=0 then
t:=k else t:=n mod k;
p:=1;
repeat
p:=p*n;
n:=n-k;
until(n<t)