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_36780403_16796.cpp:91:25: error: 'function' has not been declared
   void traverse(int id, function<void(int)> func) {
                         ^
0_0_36780403_16796.cpp:91:33: error: expected ',' or '...' before '<' token
   void traverse(int id, function<void(int)> func) {
                                 ^
0_0_36780403_16796.cpp: In member function 'void Treap<Key>::traverse(int, int)':
0_0_36780403_16796.cpp:93:23: error: 'func' was not declared in this scope
     traverse(lft[id], func); func(id); traverse(rit[id], func); 
                       ^
0_0_36780403_16796.cpp: In function 'int main()':
0_0_36780403_16796.cpp:131:78: error: no matching function for call to 'Treap<int>::traverse(int&, main()::<lambda(int)>)'
     treap.traverse(treap.root, [&](int id) { ans[idx[id]] = treap.keys[id]; });
                                                                              ^
0_0_36780403_16796.cpp:131:78: note: candidate is:
0_0_36780403_16796.cpp:91:8: note: void Treap<Key>::traverse(int, int) [with Key = int]
   void traverse(int id, function<void(int)> func) {
        ^
0_0_36780403_16796.cpp:91:8: note:   no known conversion for argument 2 from 'main()::<lambda(int)>' to 'int'


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 17:50:07, Gzip enabled