aliens.cpp: In function 'bool query(int, int)':
aliens.cpp:22:34: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
printf("examine %lld %lld\n",x,y);
^
aliens.cpp:22:34: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'int' [-Wformat=]
aliens.cpp: In function 'void anss(int, int)':
aliens.cpp:31:35: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
printf("solution %lld %lld\n",a,b);
^
aliens.cpp:31:35: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'int' [-Wformat=]
aliens.cpp: In function 'int32_t main()':
aliens.cpp:38:2: error: 'scamf' was not declared in this scope
scamf("%lld %lld %lld",&n,&x,&y);
^~~~~
aliens.cpp:38:2: note: suggested alternative: 'scanf'
scamf("%lld %lld %lld",&n,&x,&y);
^~~~~
scanf
aliens.cpp:84:6: warning: unused variable 'per_upore' [-Wunused-variable]
int per_upore = upore,per_niche = niche,per_dan = dan,per_bam = bam;
^~~~~~~~~
aliens.cpp:84:24: warning: unused variable 'per_niche' [-Wunused-variable]
int per_upore = upore,per_niche = niche,per_dan = dan,per_bam = bam;
^~~~~~~~~
aliens.cpp:84:42: warning: unused variable 'per_dan' [-Wunused-variable]
int per_upore = upore,per_niche = niche,per_dan = dan,per_bam = bam;
^~~~~~~
aliens.cpp:84:56: warning: unused variable 'per_bam' [-Wunused-variable]
int per_upore = upore,per_niche = niche,per_dan = dan,per_bam = bam;
^~~~~~~
aliens.cpp: In function 'bool query(int, int)':
aliens.cpp:24:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%s",s);
~~~~~^~~~~~~~