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_30149519_23944.cpp:30:1: error: missing terminating ' character
 int find'(int x)
 ^
0_0_30149519_23944.cpp:30:5: error: 'int find' redeclared as different kind of symbol
 int find'(int x)
     ^
0_0_30149519_23944.cpp:22:5: note: previous declaration 'int find(int)'
 int find(int x)
     ^
0_0_30149519_23944.cpp:32:2: error: expected primary-expression before 'int'
  int i,r,t;
  ^
0_0_30149519_23944.cpp:32:2: error: expected '}' before 'int'
0_0_30149519_23944.cpp:33:2: error: 'i' does not name a type
  i=r=x;
  ^
0_0_30149519_23944.cpp:35:2: error: expected unqualified-id before 'while'
  while(f[r]!=r)//找到根
  ^
0_0_30149519_23944.cpp:38:2: error: expected unqualified-id before 'while'
  while(i!=r)//上面节点改到根
  ^
0_0_30149519_23944.cpp:45:2: error: expected unqualified-id before 'return'
  return r;
  ^
0_0_30149519_23944.cpp:46:1: error: expected declaration before '}' token
 }
 ^


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-09-30 16:32:33, Gzip enabled