F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_14797154_13524.cpp:2:22: error: too many decimal points in number
     a,cost,pos:array[1..50,1..1000] of longint;
                      ^
0_0_14797154_13524.cpp:2:28: error: too many decimal points in number
     a,cost,pos:array[1..50,1..1000] of longint;
                            ^
0_0_14797154_13524.cpp:1:1: error: 'var' does not name a type
 var n,i,j,k,kk,l,min,i1,nn:longint;
 ^
0_0_14797154_13524.cpp:2:5: error: 'a' does not name a type
     a,cost,pos:array[1..50,1..1000] of longint;
     ^
0_0_14797154_13524.cpp:3:1: error: 'begin' does not name a type
 begin
 ^
0_0_14797154_13524.cpp:5:3: error: expected unqualified-id before 'for'
   for i1:=1 to nn do
   ^
0_0_14797154_13524.cpp:8:6: error: expected unqualified-id before 'for'
      for i:=1 to n do
      ^
0_0_14797154_13524.cpp:11:7: error: expected unqualified-id before 'for'
       for i:=1 to n do
       ^
0_0_14797154_13524.cpp:15:10: error: 'a' does not name a type
          a[i,j]:=maxlongint;
          ^
0_0_14797154_13524.cpp:16:9: error: 'end' does not name a type
         end;
         ^
0_0_14797154_13524.cpp:17:6: error: expected unqualified-id before 'for'
      for i:=1 to k do
      ^
0_0_14797154_13524.cpp:19:7: error: expected unqualified-id before 'for'
       for i:=2 to n do
       ^
0_0_14797154_13524.cpp:24:10: error: expected unqualified-id before 'if'
          if min<a[i,j] then a[i,j]:=min ;
          ^
0_0_14797154_13524.cpp:25:10: error: 'end' does not name a type
          end;
          ^
0_0_14797154_13524.cpp:26:4: error: 'end' does not name a type
    end;
    ^
0_0_14797154_13524.cpp:27:5: error: 'min' does not name a type
     min:=maxlongint;
     ^
0_0_14797154_13524.cpp:28:4: error: expected unqualified-id before 'for'
    for i:=1 to k do
    ^
0_0_14797154_13524.cpp:30:11: error: expected constructor, destructor, or type conversion before '(' token
    writeln(min);
           ^
0_0_14797154_13524.cpp:33:1: error: 'end' does not name a type
 end.
 ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-12-05 00:21:28, Gzip enabled