0_0_24514174_9988.cpp:6:1: error: '__advance' does not name a type
__advance ll LL(ll x) {
^
0_0_24514174_9988.cpp:9:1: error: '__advance' does not name a type
__advance ll mul(ll x, ll y) {
^
0_0_24514174_9988.cpp:14:1: error: '__advance' does not name a type
__advance int BIT(ll x) {
^
0_0_24514174_9988.cpp:21:1: error: '__advance' does not name a type
__advance int BITSUM(ll x) {
^
0_0_24514174_9988.cpp:2:29: error: expected constructor, destructor, or type conversion before '(' token
#define advance attribute ((optimize("O3")))
^
0_0_24514174_9988.cpp:28:1: note: in expansion of macro 'advance'
advance void init() {
^
0_0_24514174_9988.cpp:38:1: error: '__advance' does not name a type
__advance ll _DP_(const ll &x, int bit, int sum) {
^
0_0_24514174_9988.cpp:47:1: error: '__advance' does not name a type
__advance ll DP(ll x, int sum) {
^
0_0_24514174_9988.cpp:71:1: error: '__advance' does not name a type
__advance int get_symbol() { // 1: < 2: <= 3: = 4: >= 5: > 6: !=
^
0_0_24514174_9988.cpp:85:1: error: '__advance' does not name a type
__advance void DP2() {
^
0_0_24514174_9988.cpp:109:1: error: '__advance' does not name a type
__advance int main() {
^
|