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_27280620_22619.cpp:6:5: error: invalid use of template-name 'std::map' without an argument list
     map mp;
     ^
0_0_27280620_22619.cpp: In function 'void dfs(int, std::string)':
0_0_27280620_22619.cpp:12:13: error: 'mp' was not declared in this scope
             mp[str] = tot;
             ^
0_0_27280620_22619.cpp:28:23: error: expected primary-expression before '>' token
         int full = (1<>j&1) {
                       ^
0_0_27280620_22619.cpp:28:24: error: 'j' was not declared in this scope
         int full = (1<>j&1) {
                        ^
0_0_27280620_22619.cpp:32:13: error: expected ',' or ';' before 'nxt'
             nxt += ',';
             ^
0_0_27280620_22619.cpp:33:22: error: 'nxt' was not declared in this scope
             dfs(c+1, nxt);
                      ^
0_0_27280620_22619.cpp:34:44: error: 'i' was not declared in this scope
             for(int j = 0;j < tot; j++) if(i>>j&1)
                                            ^
0_0_27280620_22619.cpp: At global scope:
0_0_27280620_22619.cpp:37:9: error: 'vis' does not name a type
         vis[c] = 0;
         ^
0_0_27280620_22619.cpp:38:5: error: expected declaration before '}' token
     }
     ^


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-23 05:44:43, Gzip enabled