Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:15:30: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=] scanf("%lld", &seq[i]), mx_range = max(mx_range, seq[i]); ^
/in/foo.cc: In function 'int main()': /in/foo.cc:15:30: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=] scanf("%lld", &seq[i]), mx_range = max(mx_range, seq[i]); ^