UV.cpp: In function 'int f(int, int, long long int, long long int)':
UV.cpp:17:5: error: 'cnt' was not declared in this scope
cnt++;
^
UV.cpp: In function 'int main()':
UV.cpp:31:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &N);
^
UV.cpp:32:52: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
for(int i = 0; i < N; i++) scanf("%lld", &A[i]);
^