0_0_25770850_21344.cpp: In function 'int main()':
0_0_25770850_21344.cpp:7:30: error: expected ';' at end of input
#define pfs(a) printf("%d ",a)
^
0_0_25770850_21344.cpp:75:4: note: in expansion of macro 'pfs'
pfs(0)
^
0_0_25770850_21344.cpp:7:30: error: expected '}' at end of input
#define pfs(a) printf("%d ",a)
^
0_0_25770850_21344.cpp:75:4: note: in expansion of macro 'pfs'
pfs(0)
^
0_0_25770850_21344.cpp:7:30: error: expected '}' at end of input
#define pfs(a) printf("%d ",a)
^
0_0_25770850_21344.cpp:75:4: note: in expansion of macro 'pfs'
pfs(0)
^
|