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 zyx980506 at 2010-11-14 14:15:47 on Problem 2084
In Reply To:0 ms飘过,贴一下。。。 Posted by:zihuacs at 2010-08-18 19:19:44
俺贴一个打表程序
var i,j,k,x,y,z,n:longint;
    f:array[-10..100]of *****;
begin
  f[0]:=1;
  f[1]:=1;
  for i:=2 to 100 do begin
    for j:=0 to i-1 do f[i]:=f[i]+f[j]*f[i-j];
    writeln(f[i]);
  end;

end.
*****处要用高精度(INT64不够)

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