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_29602981_3728.cpp:29:9: error: 'pair' does not name a type
 typedef pair<int,int> pii;
         ^
0_0_29602981_3728.cpp:30:9: error: 'pair' does not name a type
 typedef pair<ll,ll> PLL;
         ^
0_0_29602981_3728.cpp:31:9: error: 'pair' does not name a type
 typedef pair<ull,ull> puu;
         ^
0_0_29602981_3728.cpp:32:9: error: 'pair' does not name a type
 typedef pair<double,double> pdd;
         ^
0_0_29602981_3728.cpp:38:28: error: 'acos' was not declared in this scope
 const double PI = acos(-1.0);
                            ^
0_0_29602981_3728.cpp: In function 'void work()':
0_0_29602981_3728.cpp:7:40: error: 'memset' was not declared in this scope
 #define mst(x,a) memset(x, a, sizeof(x))
                                        ^
0_0_29602981_3728.cpp:68:9: note: in expansion of macro 'mst'
         mst(x,-1);
         ^
0_0_29602981_3728.cpp:71:22: error: 'scanf' was not declared in this scope
         scanf("%d",&n);
                      ^
0_0_29602981_3728.cpp:78:20: error: 'sort' was not declared in this scope
         sort(x,x+26);
                    ^
0_0_29602981_3728.cpp:79:28: error: 'unique' was not declared in this scope
         int g=unique(x,x+26)-x;
                            ^
0_0_29602981_3728.cpp:99:26: error: 'printf' was not declared in this scope
         printf("%d\n",ans);
                          ^
0_0_29602981_3728.cpp: In function 'int main()':
0_0_29602981_3728.cpp:2:29: error: 'scanf' was not declared in this scope
 #define scd(a) scanf("%d",&a)
                             ^
0_0_29602981_3728.cpp:112:5: note: in expansion of macro 'scd'
     scd(T);
     ^


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-26 07:57:39, Gzip enabled