| ||||||||||
| 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 | |||||||||
1AC PASCALvar num,n,sum:longint;
begin
while not eof do begin
readln(n);
num:=n;
n:=n*10+1;
sum:=1;
while n mod num<>0 do begin
n:=n mod num;
n:=n*10+1;
inc(sum);
end;
writeln(sum);
end;
end.
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator