0_0_39321258_32213.cpp: In function 'int main()':
0_0_39321258_32213.cpp:35:41: error: cannot convert 'long long int*' to 'int*'
35 | n=delet(b,n-1);
| ^
| |
| long long int*
0_0_39321258_32213.cpp:6:15: note: initializing argument 1 of 'int delet(int*, int)'
6 | int delet(int b[],int n)
| ~~~~^~~
|