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_25626575_28353.cpp: In function 'void compress_process()':
0_0_25626575_28353.cpp:38:52: error: 'sort' was not declared in this scope
         sort(compress[i].begin(), compress[i].end());
                                                    ^
0_0_25626575_28353.cpp: In function 'void dfs3(int, int)':
0_0_25626575_28353.cpp:97:69: error: 'upper_bound' was not declared in this scope
         int v=upper_bound(g[u].begin(), g[u].end(), b[last_position]) - g[u].begin() - 1;
                                                                     ^
0_0_25626575_28353.cpp: In function 'int main()':
0_0_25626575_28353.cpp:141:60: error: 'sort' was not declared in this scope
         for(int i=1;i<=n;i++) sort(g[i].begin(), g[i].end());
                                                            ^


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-07-08 15:40:52, Gzip enabled