/in/foo.cc: In function 'int main()':
/in/foo.cc:3: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:62:5: note: in expansion of macro 'GetI64'
GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
^~~~~~
/in/foo.cc:3: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:62:15: note: in expansion of macro 'GetI64'
GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
^~~~~~
/in/foo.cc:3: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:62:25: note: in expansion of macro 'GetI64'
GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
^~~~~~
/in/foo.cc:3: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:62:35: note: in expansion of macro 'GetI64'
GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
^~~~~~
/in/foo.cc:3: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:62:46: note: in expansion of macro 'GetI64'
GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
^~~~~~
/in/foo.cc:3: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:62:56: note: in expansion of macro 'GetI64'
GetI64(m);GetI64(a);GetI64(c);GetI64(x0);GetI64(n);GetI64(g);
^~~~~~
/in/foo.cc:4: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:75:5: note: in expansion of macro 'PutI64'
PutI64(x,"\n");
^~~~~~