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

操!!坑爹的数据!!!Pascal的注意下……

Posted by bleach35 at 2012-05-21 20:42:28 on Problem 1258
我用
readln(n);
  for i:=1 to n do
    begin
      for j:=1 to n do
        read(l[i,j]);
      readln;
    end;
就A了

之前用 
read(n);
for i:=1 to n do
  for j:=1 to n do
    read(l[i,j]);
就WA(受那句limit影响)

害得我白白贡献了几个WA,叉叉!!!

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