messy.cpp: In function 'void dnc(int, int, std::vector<int>)':
messy.cpp:44:20: error: expected unqualified-id before ',' token
44 | vector <int> ll,rr;
| ^
messy.cpp:3:17: error: 'long long' specified with 'std::vector<int>'
3 | #define ll long long
| ^~~~
messy.cpp:44:18: note: in expansion of macro 'll'
44 | vector <int> ll,rr;
| ^~
messy.cpp:49:20: error: expected unqualified-id before '.' token
49 | if (dau) ll.push_back(tmp[i-lx]);
| ^
messy.cpp:3:12: error: expected primary-expression before 'long'
3 | #define ll long long
| ^~~~
messy.cpp:53:16: note: in expansion of macro 'll'
53 | for (int i:ll) S[i]='1';
| ^~
messy.cpp:53:16: error: expected ')' before 'long'
53 | for (int i:ll) S[i]='1';
| ~ ^
| )
messy.cpp:53:18: error: expected unqualified-id before ')' token
53 | for (int i:ll) S[i]='1';
| ^
messy.cpp:53:14: warning: unused variable 'i' [-Wunused-variable]
53 | for (int i:ll) S[i]='1';
| ^
messy.cpp:3:12: error: expected primary-expression before 'long'
3 | #define ll long long
| ^~~~
messy.cpp:55:16: note: in expansion of macro 'll'
55 | for (int i:ll) S[i]='0';
| ^~
messy.cpp:55:16: error: expected ')' before 'long'
55 | for (int i:ll) S[i]='0';
| ~ ^
| )
messy.cpp:55:18: error: expected unqualified-id before ')' token
55 | for (int i:ll) S[i]='0';
| ^
messy.cpp:55:14: warning: unused variable 'i' [-Wunused-variable]
55 | for (int i:ll) S[i]='0';
| ^
messy.cpp:3:12: error: expected primary-expression before 'long'
3 | #define ll long long
| ^~~~
messy.cpp:57:16: note: in expansion of macro 'll'
57 | dnc(lx,mid,ll);
| ^~