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_22695892_32333.cpp:1:17: error: too many decimal points in number
 {const dx:array[1..2]=(1,0);
                 ^
0_0_22695892_32333.cpp:2:16: error: too many decimal points in number
       dy:array[1..2]=(0,1);}
                ^
0_0_22695892_32333.cpp:3:40: error: too many decimal points in number
 var i,j,k,t,n,m,p,q:longint; a,f:array[1..105,1..105] of longint;
                                        ^
0_0_22695892_32333.cpp:3:47: error: too many decimal points in number
 var i,j,k,t,n,m,p,q:longint; a,f:array[1..105,1..105] of longint;
                                               ^
0_0_22695892_32333.cpp:4:14: error: too many decimal points in number
     {b:array[1..105,1..105] of boolean;}
              ^
0_0_22695892_32333.cpp:4:21: error: too many decimal points in number
     {b:array[1..105,1..105] of boolean;}
                     ^
0_0_22695892_32333.cpp:1:1: error: expected unqualified-id before '{' token
 {const dx:array[1..2]=(1,0);
 ^
0_0_22695892_32333.cpp:3:1: error: 'var' does not name a type
 var i,j,k,t,n,m,p,q:longint; a,f:array[1..105,1..105] of longint;
 ^
0_0_22695892_32333.cpp:3:30: error: 'a' does not name a type
 var i,j,k,t,n,m,p,q:longint; a,f:array[1..105,1..105] of longint;
                              ^
0_0_22695892_32333.cpp:4:5: error: expected unqualified-id before '{' token
     {b:array[1..105,1..105] of boolean;}
     ^
0_0_22695892_32333.cpp:5:1: error: expected unqualified-id before '{' token
 {procedure search(x,y:longint);
 ^
0_0_22695892_32333.cpp:11:1: error: 'begin' does not name a type
 begin
 ^
0_0_22695892_32333.cpp:13:11: error: expected constructor, destructor, or type conversion before '(' token
     readln(n,m);
           ^
0_0_22695892_32333.cpp:14:5: error: expected unqualified-id before 'for'
     for k:=1 to t do
     ^
0_0_22695892_32333.cpp:17:13: error: expected constructor, destructor, or type conversion before '(' token
     fillchar(f,sizeof(f),0);
             ^
0_0_22695892_32333.cpp:18:5: error: expected unqualified-id before '{' token
     {fillchar(b,sizeof(b),false);}
     ^
0_0_22695892_32333.cpp:19:9: error: expected unqualified-id before 'for'
         for i:=1 to m do
         ^
0_0_22695892_32333.cpp:23:9: error: 'readln' does not name a type
         readln;
         ^
0_0_22695892_32333.cpp:24:9: error: 'end' does not name a type
         end;
         ^
0_0_22695892_32333.cpp:25:9: error: 'f' does not name a type
         f[1,1]:=1;
         ^
0_0_22695892_32333.cpp:26:9: error: expected unqualified-id before 'for'
         for i:=1 to m do
         ^
0_0_22695892_32333.cpp:30:13: error: expected unqualified-id before 'if'
             if (i=1) and (j<>1) then
             ^
0_0_22695892_32333.cpp:34:13: error: expected unqualified-id before 'if'
             if (i<>1) and (j=1) then
             ^
0_0_22695892_32333.cpp:38:13: error: expected unqualified-id before 'if'
             if (i>20) and (j>20) then
             ^
0_0_22695892_32333.cpp:43:13: error: expected unqualified-id before 'if'
             if (i>20) and (j<=20) and (j<>1) then
             ^
0_0_22695892_32333.cpp:48:13: error: expected unqualified-id before 'if'
             if (i<=20) and (j>20) and (i<>1) then
             ^
0_0_22695892_32333.cpp:53:13: error: expected unqualified-id before 'if'
             if (i<=20) and (j<=20) and (j<>1) and (i<>1) then
             ^
0_0_22695892_32333.cpp:58:9: error: 'end' does not name a type
         end;
         ^
0_0_22695892_32333.cpp:59:16: error: expected constructor, destructor, or type conversion before '(' token
         writeln(f[n,m]);
                ^
0_0_22695892_32333.cpp:60:5: error: 'end' does not name a type
     end;
     ^
0_0_22695892_32333.cpp:62: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-11-23 02:59:12, Gzip enabled