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_36780463_15216.cpp:92:25: error: 'function' has not been declared
   void traverse(int id, function<void(int)> func) {
                         ^
0_0_36780463_15216.cpp:92:33: error: expected ',' or '...' before '<' token
   void traverse(int id, function<void(int)> func) {
                                 ^
0_0_36780463_15216.cpp: In member function 'void Treap<Key>::traverse(int, int)':
0_0_36780463_15216.cpp:94:23: error: 'func' was not declared in this scope
     traverse(lft[id], func); func(id); traverse(rit[id], func);
                       ^


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-06-16 20:06:30, Gzip enabled