gogopher.cpp: In function 'int main()':
gogopher.cpp:9:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
int T, A; scanf("%d",&T);
~~~~~^~~~~~~~~
gogopher.cpp:11:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&A);
~~~~~^~~~~~~~~
gogopher.cpp:22:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d",&cx,&cy);
~~~~~^~~~~~~~~~~~~~~~~