0_0_32748851_155.cpp:24:15: error: expected identifier before ')' token
void ins(ll x,) {
^
0_0_32748851_155.cpp: In function 'int main()':
0_0_32748851_155.cpp:59:54: error: too few arguments to function 'void ins(long long int, int)'
for (int i = 1; i <= n; ++i)a[i] = read(), ins(a[i]);
^
0_0_32748851_155.cpp:24:6: note: declared here
void ins(ll x,) {
^
0_0_32748851_155.cpp:7:17: error: expected unqualified-id at end of input
#define ll long long
^
0_0_32748851_155.cpp:63:4: note: in expansion of macro 'll'
ll
^
0_0_32748851_155.cpp:7:17: error: expected '}' at end of input
#define ll long long
^
0_0_32748851_155.cpp:63:4: note: in expansion of macro 'll'
ll
^
0_0_32748851_155.cpp:7:17: error: expected '}' at end of input
#define ll long long
^
0_0_32748851_155.cpp:63:4: note: in expansion of macro 'll'
ll
^
0_0_32748851_155.cpp:7:17: error: expected '}' at end of input
#define ll long long
^
0_0_32748851_155.cpp:63:4: note: in expansion of macro 'll'
ll
^
|