0_0_26635743_11632.cpp: In function 'int32_t main()':
0_0_26635743_11632.cpp:11:29: error: expected ')' before 'PRId32'
#define scanfd(a) scanf("%" PRId32, &a)
^
0_0_26635743_11632.cpp:74:5: note: in expansion of macro 'scanfd'
scanfd(T);
^
0_0_26635743_11632.cpp:11:29: error: expected ')' before 'PRId32'
#define scanfd(a) scanf("%" PRId32, &a)
^
0_0_26635743_11632.cpp:76:9: note: in expansion of macro 'scanfd'
scanfd(n);
^
0_0_26635743_11632.cpp:12:29: error: expected ')' before 'PRId64'
#define scanfl(a) scanf("%" PRId64, &a)
^
0_0_26635743_11632.cpp:78:13: note: in expansion of macro 'scanfl'
scanfl(q[i]);
^
0_0_26635743_11632.cpp:13:31: error: expected ')' before 'PRId64'
#define printfl(a) printf("%" PRId64"\n", a)
^
0_0_26635743_11632.cpp:81:9: note: in expansion of macro 'printfl'
printfl(ans);
^
|