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_32852048_28036.cpp:1:24: error: stray '#' in program
 </pre><pre class="cpp">#include<stdio.h>
                        ^
0_0_32852048_28036.cpp:1:1: error: expected unqualified-id before '<' token
 </pre><pre class="cpp">#include<stdio.h>
 ^
0_0_32852048_28036.cpp: In function 'int find(int)':
0_0_32852048_28036.cpp:8:11: error: 'pre' was not declared in this scope
     if(x!=pre[x])
           ^
0_0_32852048_28036.cpp:10:12: error: 'pre' was not declared in this scope
     return pre[x];
            ^
0_0_32852048_28036.cpp: In function 'void init(int)':
0_0_32852048_28036.cpp:17:9: error: 'pre' was not declared in this scope
         pre[i]=i;
         ^
0_0_32852048_28036.cpp:18:9: error: 'num' was not declared in this scope
         num[i]=1;
         ^
0_0_32852048_28036.cpp: In function 'void Union(int, int)':
0_0_32852048_28036.cpp:26:8: error: 'num' was not declared in this scope
     if(num[x]>=num[y])
        ^
0_0_32852048_28036.cpp:28:9: error: 'pre' was not declared in this scope
         pre[y]=x;
         ^
0_0_32852048_28036.cpp:33:9: error: 'pre' was not declared in this scope
         pre[x]=y;
         ^
0_0_32852048_28036.cpp: In function 'int main()':
0_0_32852048_28036.cpp:41:24: error: 'scanf' was not declared in this scope
     while(scanf("%d",&T)!=EOF)
                        ^
0_0_32852048_28036.cpp:41:27: error: 'EOF' was not declared in this scope
     while(scanf("%d",&T)!=EOF)
                           ^
0_0_32852048_28036.cpp:51:15: error: 'num' was not declared in this scope
            if(num[i]>ans)
               ^
0_0_32852048_28036.cpp:53:26: error: 'printf' was not declared in this scope
         printf("%d\n",ans);
                          ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2025-01-10 12:26:45, Gzip enabled