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_17585098_15465.cpp:63:1: error: expected ',' or ';' before 'int'
 int p[maxx],b[maxx],c[maxx],d[maxx];
 ^
0_0_17585098_15465.cpp: In function 'int main()':
0_0_17585098_15465.cpp:74:14: error: 'p' was not declared in this scope
          met(p,0);
              ^
0_0_17585098_15465.cpp:62:25: note: in definition of macro 'met'
 #define met(a,b) memset(a,b,sizeof(a));
                         ^
0_0_17585098_15465.cpp:75:13: error: 'b' was not declared in this scope
         met(b,0);
             ^
0_0_17585098_15465.cpp:62:25: note: in definition of macro 'met'
 #define met(a,b) memset(a,b,sizeof(a));
                         ^
0_0_17585098_15465.cpp:76:14: error: 'c' was not declared in this scope
          met(c,0);
              ^
0_0_17585098_15465.cpp:62:25: note: in definition of macro 'met'
 #define met(a,b) memset(a,b,sizeof(a));
                         ^
0_0_17585098_15465.cpp:77:15: error: 'd' was not declared in this scope
           met(d,0);
               ^
0_0_17585098_15465.cpp:62:25: note: in definition of macro 'met'
 #define met(a,b) memset(a,b,sizeof(a));
                         ^


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-10-02 01:56:47, Gzip enabled