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_27889936_20866.cpp:8:1: error: expected initializer before 'int'
 int x;
 ^
0_0_27889936_20866.cpp: In function 'int main()':
0_0_27889936_20866.cpp:14:7: error: 'x' was not declared in this scope
  cin>>x;
       ^
0_0_27889936_20866.cpp:19:24: error: ISO C++ forbids applying 'sizeof' to an expression of function type [-fpermissive]
   memset(next,0,sizeof next);
                        ^
0_0_27889936_20866.cpp:19:28: error: cannot resolve overloaded function 'next' based on conversion to type 'void*'
   memset(next,0,sizeof next);
                            ^
0_0_27889936_20866.cpp:24:8: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
  next[0]=-1;
        ^
0_0_27889936_20866.cpp:25:8: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
  next[1]=0;
        ^
0_0_27889936_20866.cpp:28:13: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
   j=next[i-1];
             ^
0_0_27889936_20866.cpp:36:12: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
    j=next[j];
            ^
0_0_27889936_20866.cpp:38:9: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
   next[i]=j+1;
         ^
0_0_27889936_20866.cpp:53:12: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
    j=next[j];
            ^
0_0_27889936_20866.cpp:59:12: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
    j=next[j];
            ^


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-17 03:02:46, Gzip enabled