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_29252471_25479.cpp: In function 'int topsort()':
0_0_29252471_25479.cpp:11:37: error: wrong number of template arguments (3, should be 2)
  queue<int,vector<int>,greater<int> >q;
                                     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:64:0,
                 from 0_0_29252471_25479.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_queue.h:96:11: error: provided for 'template<class _Tp, class _Sequence> class std::queue'
     class queue
           ^
0_0_29252471_25479.cpp:11:39: error: invalid type in declaration before ';' token
  queue<int,vector<int>,greater<int> >q;
                                       ^
0_0_29252471_25479.cpp:15:7: error: request for member 'push' in 'q', which is of non-class type 'int'
     q.push(i);
       ^
0_0_29252471_25479.cpp:17:11: error: request for member 'empty' in 'q', which is of non-class type 'int'
  while(!q.empty()) {
           ^
0_0_29252471_25479.cpp:18:9: error: request for member 'front' in 'q', which is of non-class type 'int'
   top=q.front();
         ^
0_0_29252471_25479.cpp:19:5: error: request for member 'pop' in 'q', which is of non-class type 'int'
   q.pop();
     ^
0_0_29252471_25479.cpp:26:12: error: request for member 'push' in 'q', which is of non-class type 'int'
          q.push(j);
            ^


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-10-02 22:24:51, Gzip enabled