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_22696424_19040.cpp:3:15: error: too many decimal points in number
     a,g:array[0..101,0..101] of longint;
               ^
0_0_22696424_19040.cpp:3:22: error: too many decimal points in number
     a,g:array[0..101,0..101] of longint;
                      ^
0_0_22696424_19040.cpp:1:1: error: 'uses' does not name a type
 uses math;
 ^
0_0_22696424_19040.cpp:2:1: error: 'var' does not name a type
 var n,m,i,j,k,t,min1,min2,t1,p:longint;   
 ^
0_0_22696424_19040.cpp:3:5: error: 'a' does not name a type
     a,g:array[0..101,0..101] of longint;
     ^
0_0_22696424_19040.cpp:4:1: error: 'begin' does not name a type
 begin
 ^
0_0_22696424_19040.cpp:6:3: error: expected unqualified-id before 'for'
   for p:=1 to t1 do
   ^
0_0_22696424_19040.cpp:8:26: error: expected constructor, destructor, or type conversion before '(' token
     readln(n,m); fillchar(g,sizeof(g),0);
                          ^
0_0_22696424_19040.cpp:9:5: error: expected unqualified-id before 'for'
     for i:=1 to n do
     ^
0_0_22696424_19040.cpp:13:8: error: 'readln' does not name a type
        readln;
        ^
0_0_22696424_19040.cpp:14:5: error: 'end' does not name a type
     end;
     ^
0_0_22696424_19040.cpp:15:5: error: 'g' does not name a type
     g[1,1]:=1;
     ^
0_0_22696424_19040.cpp:16:5: error: expected unqualified-id before 'for'
     for i:=1 to n do
     ^
0_0_22696424_19040.cpp:20:11: error: expected unqualified-id before 'for'
           for k:=i to i+min1 do
           ^
0_0_22696424_19040.cpp:23:14: error: expected unqualified-id before 'for'
              for t:=j to j+min2 do
              ^
0_0_22696424_19040.cpp:26:11: error: 'end' does not name a type
           end;
           ^
0_0_22696424_19040.cpp:27:8: error: 'end' does not name a type
        end;
        ^
0_0_22696424_19040.cpp:28:12: error: expected constructor, destructor, or type conversion before '(' token
     writeln(g[n,m]);
            ^
0_0_22696424_19040.cpp:29:3: error: 'end' does not name a type
   end;
   ^
0_0_22696424_19040.cpp:30: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:26:24, Gzip enabled