0_0_16683178_15785.cpp: In function 'int main()':
0_0_16683178_15785.cpp:98:16: error: too few arguments to function 'void updBit(int, int, int)'
updBit(i, 1);
^
0_0_16683178_15785.cpp:41:13: note: declared here
inline void updBit(int p, int v, int n) {
^
0_0_16683178_15785.cpp:100:24: error: too few arguments to function 'void updBit(int, int, int)'
updBit(last[i], -1);
^
0_0_16683178_15785.cpp:41:13: note: declared here
inline void updBit(int p, int v, int n) {
^
|