C++程序  |  6行  |  66 B

#define paste(x,y) x ## y
paste(a,b)
paste(a,)
paste(,b)
paste(,)