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);
^
|