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

1AC PASCAL

Posted by aiouniya at 2012-08-27 11:42:01 on Problem 2551
var 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:
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