Problem eeducation
User Kannan
Submission Time 2023-12-30 06:20:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eeducation.cpp: In function ‘int main()’:
eeducation.cpp:30:23: error: cannot convert ‘long long int*’ to ‘int*’
30 | if(isThere(y, a1, a2[i])) {
| ^~
| |
| long long int*
eeducation.cpp:4:25: note: initializing argument 2 of ‘bool isThere(int, int*, long long int)’
4 | bool isThere(int a, int b[], long long c) {
| ~~~~^~~