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_30283706_4561.cpp:8:1: error: 'unordered_set' does not name a type
 unordered_set<ll> st;
 ^
0_0_30283706_4561.cpp: In function 'void dfs(int)':
0_0_30283706_4561.cpp:16:17: error: 'st' was not declared in this scope
     if(dep>120||st.size()>1e5)return;
                 ^
0_0_30283706_4561.cpp:18:8: error: 'st' was not declared in this scope
     if(st.count(h))return;
        ^
0_0_30283706_4561.cpp:19:5: error: 'st' was not declared in this scope
     st.insert(h);
     ^
0_0_30283706_4561.cpp:26:55: error: 'printf' was not declared in this scope
             for(int j=0; j<n; ++j)printf("%d ",a[i][j]);
                                                       ^
0_0_30283706_4561.cpp:27:20: error: 'puts' was not declared in this scope
             puts("");
                    ^
0_0_30283706_4561.cpp:29:16: error: 'puts' was not declared in this scope
         puts("");
                ^
0_0_30283706_4561.cpp:35:37: error: 'swap' was not declared in this scope
             swap(a[zx][zy],a[xx][yy]);
                                     ^
0_0_30283706_4561.cpp: In function 'int main()':
0_0_30283706_4561.cpp:42:25: error: 'stdin' was not declared in this scope
     freopen("i.txt","r",stdin);
                         ^
0_0_30283706_4561.cpp:42:30: error: 'freopen' was not declared in this scope
     freopen("i.txt","r",stdin);
                              ^
0_0_30283706_4561.cpp:43:25: error: 'stdout' was not declared in this scope
     freopen("o.txt","w",stdout);
                         ^
0_0_30283706_4561.cpp:49:22: error: 'printf' was not declared in this scope
     printf("%d\n",cnt);
                      ^


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 04:56:05, Gzip enabled