P.c:1:1: error: unknown type name 'll'
P.c:1:6: warning: return type defaults to 'int' [-Wreturn-type]
P.c: In function 'main':
P.c:1:1: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
P.c:1:13: warning: incompatible implicit declaration of built-in function 'scanf' [enabled by default]
P.c:1:1: warning: format '%lld' expects argument of type 'long long int *', but argument 2 has type 'int *' [-Wformat]
P.c:1:1: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
P.c:1:30: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
P.c:1:1: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat]
P.c:1:1: warning: control reaches end of non-void function [-Wreturn-type]