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

Re:难道数据...

Posted by zdker at 2005-09-08 20:04:37 on Problem 2581
In Reply To:太没人性了 55555 太没人性 5555 太没人 555 太没 55 太 5 ... Posted by:zdker at 2005-09-08 19:57:40
var
  t,a,b,c,d:longint;
  total:real;
begin
  while not seekeof do
    begin
      readln(total,a,b,c,d);
      t:=trunc(total*100)-10;
      while t<>total*100 do inc(t);
    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