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_33841719_138.cpp:109:1: error: expected '}' at end of input
 }
 ^
0_0_33841719_138.cpp: In member function 'void node::InitTree(int, int, int)':
0_0_33841719_138.cpp:17:5: error: 's' was not declared in this scope
     s[k].l=l;
     ^
0_0_33841719_138.cpp: In member function 'void node::UpdataTree(int, int, int)':
0_0_33841719_138.cpp:29:9: error: 's' was not declared in this scope
     if (s[k].l==s[k].r)
         ^
0_0_33841719_138.cpp:37:14: error: 's' was not declared in this scope
     int mid=(s[k].l+s[k].r)/2;
              ^
0_0_33841719_138.cpp: In member function 'int node::SearchTree(int, int)':
0_0_33841719_138.cpp:55:8: error: 's' was not declared in this scope
     if(s[k].l==s[k].r||s[k].ms==0||s[k].ms==s[k].r-s[k].l+1)
        ^
0_0_33841719_138.cpp:57:14: error: 's' was not declared in this scope
     int mid=(s[k].l+s[k].r)/2;
              ^
0_0_33841719_138.cpp: At global scope:
0_0_33841719_138.cpp:109:1: error: expected unqualified-id at end of input
 }
 ^


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-26 08:10:40, Gzip enabled