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