Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:15:38: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'double' [-Wformat=] printf("%lld", 1LL * 18 * 1e7), exit(0); ^ /in/foo.cc:17: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]); ^