gorgeous.cpp: In function 'int main()':
gorgeous.cpp:41:7: warning: unused variable 'l' [-Wunused-variable]
int l = i - 1, r = n - i;
^
gorgeous.cpp:41:18: warning: unused variable 'r' [-Wunused-variable]
int l = i - 1, r = n - i;
^
gorgeous.cpp:51:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
printf("%d", 15000000000);
^
gorgeous.cpp:32:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &n);
~~~~~^~~~~~~~~~
gorgeous.cpp:34:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld", &c[i]);
~~~~~^~~~~~~~~~~~~~~
gorgeous.cpp:37:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld", &d[i]);
~~~~~^~~~~~~~~~~~~~~