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

怎么会Memory Limit Exceed?

Posted by orange at 2003-06-08 19:42:01 on Problem 1141
Tp 7.0都通得过。

const maxn=100;
      maxnum=250;
      path:array[0..3,1..2] of integer=((1,-1),(0,-1),(1,0),(1,-1));
var op:array[chr(40)..chr(93)] of string[1];
    a:array[1..maxn,1..maxn] of record
      a,b:byte;
    end;
    s,s1:string;

这才顶多50K

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