0_0_25061970_2488.cpp:3:3: error: stray '#' in program
2.#include <cstring>
^
0_0_25061970_2488.cpp:4:3: error: stray '#' in program
3.#include <cstdio>
^
0_0_25061970_2488.cpp:38:4: error: stray '#' in program
37.#ifdef xxz
^
0_0_25061970_2488.cpp:40:4: error: stray '#' in program
39.#endif // xxz
^
0_0_25061970_2488.cpp:3:1: error: expected unqualified-id before numeric constant
2.#include <cstring>
^
0_0_25061970_2488.cpp:6:1: error: expected unqualified-id before numeric constant
5.typedef long long LL;
^
0_0_25061970_2488.cpp:7:1: error: expected unqualified-id before numeric constant
6.const int mod = 100000007;
^
0_0_25061970_2488.cpp:8:1: error: expected unqualified-id before numeric constant
7.int T,n;
^
0_0_25061970_2488.cpp:9:1: error: expected unqualified-id before numeric constant
8.int c[5010];
^
0_0_25061970_2488.cpp:10:1: error: expected unqualified-id before numeric constant
9.int lowbit(int x)
^
0_0_25061970_2488.cpp:14:1: error: expected unqualified-id before numeric constant
13.
^
|