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_20504386_14642.cpp:25:1: error: 'list' does not name a type
 list<node> li;
 ^
0_0_20504386_14642.cpp: In function 'int main()':
0_0_20504386_14642.cpp:36:18: error: 'mem' was not declared in this scope
         mem(vis,0);
                  ^
0_0_20504386_14642.cpp:42:13: error: 'li' was not declared in this scope
             li.push_back(node(l,w));
             ^
0_0_20504386_14642.cpp:45:9: error: 'li' was not declared in this scope
         li.sort();
         ^
0_0_20504386_14642.cpp:50:13: error: 'list' was not declared in this scope
             list<node>::iterator p=li.begin();
             ^
0_0_20504386_14642.cpp:50:22: error: expected primary-expression before '>' token
             list<node>::iterator p=li.begin();
                      ^
0_0_20504386_14642.cpp:50:34: error: missing template arguments before 'p'
             list<node>::iterator p=li.begin();
                                  ^
0_0_20504386_14642.cpp:51:22: error: expected primary-expression before '>' token
             list<node>::iterator pre;
                      ^
0_0_20504386_14642.cpp:51:34: error: missing template arguments before 'pre'
             list<node>::iterator pre;
                                  ^
0_0_20504386_14642.cpp:52:24: error: 'p' was not declared in this scope
             int clen=(*p).len,cwei=(*p).wei;
                        ^
0_0_20504386_14642.cpp:53:13: error: 'pre' was not declared in this scope
             pre=p;
             ^
0_0_20504386_14642.cpp:58:46: error: 'cwei' was not declared in this scope
                 if((*p).len>=clen&&(*p).wei>=cwei)
                                              ^


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-29 12:00:09, Gzip enabled