civilization.cpp: In function 'int main()':
civilization.cpp:36:27: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'll* {aka int*}' [-Wformat=]
scanf("%lld%lld",&n,&k);
~~ ^
civilization.cpp:36:27: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'll* {aka int*}' [-Wformat=]
civilization.cpp:39:38: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'll* {aka int*}' [-Wformat=]
ll a,b;scanf("%lld%lld",&a,&b);
~~ ^
civilization.cpp:39:38: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'll* {aka int*}' [-Wformat=]
civilization.cpp:36:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld%lld",&n,&k);
~~~~~^~~~~~~~~~~~~~~~~~
civilization.cpp:39:21: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
ll a,b;scanf("%lld%lld",&a,&b);
~~~~~^~~~~~~~~~~~~~~~~~