/in/foo.cc: In function 'int main()':
/in/foo.cc:23:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
#define GetI64(x) scanf("%I64d",&x)
^
/in/foo.cc:82:5: note: in expansion of macro 'GetI64'
GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
^~~~~~
/in/foo.cc:23:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
#define GetI64(x) scanf("%I64d",&x)
^
/in/foo.cc:82:15: note: in expansion of macro 'GetI64'
GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
^~~~~~
/in/foo.cc:23:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
#define GetI64(x) scanf("%I64d",&x)
^
/in/foo.cc:82:25: note: in expansion of macro 'GetI64'
GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
^~~~~~
/in/foo.cc:23:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
#define GetI64(x) scanf("%I64d",&x)
^
/in/foo.cc:82:35: note: in expansion of macro 'GetI64'
GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
^~~~~~
/in/foo.cc:23:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
#define GetI64(x) scanf("%I64d",&x)
^
/in/foo.cc:82:46: note: in expansion of macro 'GetI64'
GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
^~~~~~
/in/foo.cc:23:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
#define GetI64(x) scanf("%I64d",&x)
^
/in/foo.cc:82:56: note: in expansion of macro 'GetI64'
GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
^~~~~~
/in/foo.cc:24:46: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
#define PutI64(x,arg...) printf("%I64d" arg,x)
^
/in/foo.cc:95:5: note: in expansion of macro 'PutI64'
PutI64(x,"\n");
^~~~~~