0_0_19719946_16787.cpp:1:4: error: stray '#' in program
4 #include<iostream>
^
0_0_19719946_16787.cpp:2:4: error: stray '#' in program
5 #include<algorithm>
^
0_0_19719946_16787.cpp:3:4: error: stray '#' in program
6 #include<string>
^
0_0_19719946_16787.cpp:4:4: error: stray '#' in program
7 #include<iomanip>
^
0_0_19719946_16787.cpp:5:4: error: stray '#' in program
8 #include<map>
^
0_0_19719946_16787.cpp:6:4: error: stray '#' in program
9 #include<stack>
^
0_0_19719946_16787.cpp:7:4: error: stray '#' in program
10 #include<queue>
^
0_0_19719946_16787.cpp:8:4: error: stray '#' in program
11 #include<set>
^
0_0_19719946_16787.cpp:9:4: error: stray '#' in program
12 #include<bitset>
^
0_0_19719946_16787.cpp:10:4: error: stray '#' in program
13 #include<memory.h>
^
0_0_19719946_16787.cpp:11:4: error: stray '#' in program
14 #include<time.h>
^
0_0_19719946_16787.cpp:12:4: error: stray '#' in program
15 #include<stdio.h>
^
0_0_19719946_16787.cpp:13:4: error: stray '#' in program
16 #include<stdlib.h>
^
0_0_19719946_16787.cpp:14:4: error: stray '#' in program
17 #include<string.h>
^
0_0_19719946_16787.cpp:16:4: error: stray '#' in program
19 #include<math.h>
^
0_0_19719946_16787.cpp:17:4: error: stray '#' in program
20 #pragma comment(linker,"/STACK:1024000000,1024000000")
^
0_0_19719946_16787.cpp:18:4: error: stray '#' in program
21 #define min(a,b) ((a)<(b)?(a):(b))
^
0_0_19719946_16787.cpp:19:4: error: stray '#' in program
22 #define max(a,b) ((a)>(b)?(a):(b))
^
0_0_19719946_16787.cpp:20:4: error: stray '#' in program
23 #define abs(a) ((a)>0?(a):(-(a)))
^
0_0_19719946_16787.cpp:21:4: error: stray '#' in program
24 #define lowbit(a) (a&(-a))
^
0_0_19719946_16787.cpp:22:4: error: stray '#' in program
25 #define sqr(a) ((a)*(a))
^
0_0_19719946_16787.cpp:23:4: error: stray '#' in program
26 #define swap(a,b) ((a)^=(b),(b)^=(a),(a)^=(b))
^
0_0_19719946_16787.cpp:24:4: error: stray '#' in program
27 #define mem(a,b) memset(a,b,sizeof(a))
^
0_0_19719946_16787.cpp:25:4: error: stray '#' in program
28 #define eps (1e-10)
^
0_0_19719946_16787.cpp:26:4: error: stray '#' in program
29 #define J 10000
^
0_0_19719946_16787.cpp:27:4: error: stray '#' in program
30 #define mod 1000000007
^
0_0_19719946_16787.cpp:28:4: error: stray '#' in program
31 #define MAX 0x7f7f7f7f
^
0_0_19719946_16787.cpp:29:4: error: stray '#' in program
32 #define PI 3.14159265358979323
^
0_0_19719946_16787.cpp:30:4: error: stray '#' in program
33 #define N 100004
^
0_0_19719946_16787.cpp:42:8: error: stray '#' in program
45 #ifndef ONLINE_JUDGEW
^
0_0_19719946_16787.cpp:45:8: error: stray '#' in program
48 #endif
^
0_0_19719946_16787.cpp:1:2: error: expected unqualified-id before numeric constant
4 #include<iostream>
^
0_0_19719946_16787.cpp:32:1: error: expected unqualified-id before numeric constant
35 typedef long long LL;
^
0_0_19719946_16787.cpp:33:1: error: expected unqualified-id before numeric constant
36 double anss;
^
0_0_19719946_16787.cpp:34:1: error: expected unqualified-id before numeric constant
37 LL aans;
^
0_0_19719946_16787.cpp:35:1: error: expected unqualified-id before numeric constant
38 int cas,cass;
^
0_0_19719946_16787.cpp:36:1: error: expected unqualified-id before numeric constant
39 int n,m,lll,ans;
^
0_0_19719946_16787.cpp:37:1: error: expected unqualified-id before numeric constant
40 LL sum,summ;
^
0_0_19719946_16787.cpp:38:1: error: expected unqualified-id before numeric constant
41 LL s[N];
^
0_0_19719946_16787.cpp:39:1: error: expected unqualified-id before numeric constant
42 int a[N];
^
0_0_19719946_16787.cpp:40:1: error: expected unqualified-id before numeric constant
43 int main()
^
|